waldo icon indicating copy to clipboard operation
waldo copied to clipboard

Implement logto.io auth (Read comments)

Open finnc0 opened this issue 2 years ago • 2 comments

finnc0 avatar Dec 21 '23 03:12 finnc0

Implementing logto auth will require us to setup logto as our own identity provider not consumer. We will still connect 3rd party oauth providers to logto but we want logto to also act as our own identity provider that we can use and eventually as well as 3rd parties that can use us as a 3rd party oauth provider for their application.

finnc0 avatar Dec 21 '23 03:12 finnc0

Latest: Migration logic from v1 account to v2 is done, user model updating needs to occur on the migration endpoint, if the login is a new user (no previous v1 account) a user and account model needs to be created and linked together.

retrieveUserDataClient and retrieveUserDataServer methods have been created and are acting like session data retrieval methods at the moment.

finnc0 avatar Dec 24 '23 21:12 finnc0