atharesinc / athares

Expo Web and Native Codebase
0 stars 0 forks source link

added forgot, resetConfirm, and reset screens with included logic #30

Closed actuallydan closed 4 years ago

actuallydan commented 4 years ago

I don't know that this closes any issues, because I am allergic to closing my own issues, and instead create additional work for myself that I can't check off.

Anyway I've updated the Auth Profile in 8base to use Auth0 instead of their home-grown solution (which required no auth changes on the client besides updating the auth profile ID) and now we can roll our own reset and forgot functions using resolvers and Auth0's API (see (relevant PR for functions)[https://github.com/atharesinc/functions/pull/1] )