Changelog
v1.2.1
React:
- Add: `baseUrl` is now a REQUIRED argument in Session Provider, signIn and signOut functions (Set the fullauth backend url) .
Next:
- Fix: Bad export, now export correct getServerSession function. - Fix: Set cookie sameSite to lax.
v1.1.2
React Native:
- Add: `baseUrl` is now a REQUIRED argument in Session Provider, signIn and signOut functions (Set the fullauth backend url) .
v1.0.2
- Add: Optional `baseUrl` props to Session Provider in react native package (Helps with setting the backend url) .
- Fix: Token callback `platform` prop now has correct types (web/mobile)
v1.0.1
- Add: token callback now has platform prop (web/mobile).
v1.0.0
- Reworked internal functions.
- Add: Google Provider.
- Fix: Session not getting refreshed after signin/out (web).
- Add: Redirection after signing in.