You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
No description provided.
The text was updated successfully, but these errors were encountered: