@riligar/auth-react 1.21.0 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -969,7 +969,10 @@ const useAuth = () => useAuthStore(shallow.useShallow(s => ({
969
969
  user: s.user,
970
970
  loading: s.loading,
971
971
  error: s.error,
972
- isAuthenticated: s.user !== null
972
+ isAuthenticated: s.user !== null,
973
+ signIn: s.signIn,
974
+ signUp: s.signUp,
975
+ signOut: s.signOut
973
976
  })));
974
977
 
975
978
  // Auth Actions