Skip to content

Releases: fedeya/next-auth-sanity

v1.4.6

03 Mar 02:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.5...v1.4.6

v1.4.5

26 Feb 19:20
Compare
Choose a tag to compare

What's Changed

  • fix(readme): update import next auth react by @Cheprer in #12
  • fix: updates sanity and next auth to last version by @fedeya in #16

New Contributors

Full Changelog: v1.4.4...v1.4.5

v1.4.4

15 Aug 18:40
3573575
Compare
Choose a tag to compare

What's Changed

  • fix(customize): fixed how get profile data and send the profile data by @fedeya in #11

Full Changelog: 1.4.3...v1.4.4

v1.4.3

29 May 20:51
2b5ce2e
Compare
Choose a tag to compare

What's Changed

Fixed: imports to dist

Example

- import { signUp } from 'next-auth-sanity/dist/client';
+ import { signUp } from 'next-auth-sanity/client';

Changed Axios to Fetch for reduce bundle in signUp

Full Changelog: v1.4.0...1.4.3

v1.4.0

16 Apr 22:05
Compare
Choose a tag to compare

Core Changes

  • Support for next-auth v4 #7
  • Changed the verificationRequest to verificationToken
  • Custom schemas feature

v1.3.0

25 Apr 05:08
74659dc
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kmelve made their first contribution in #4

Full Changelog: https://github.com/Fedeya/next-auth-sanity/commits/1.3.0