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
OAuth for native apps for when the user is signing in directly from the Thorium Nova app. This is doable because we can implement an app URL scheme and use that as the redirect URL for the app in question.
OAuth for devices for when the user is signing in with a browser connected to a separate server. We can't use a regular browser or SPA flow because there is no way for us to know what the redirect URL should be, and dynamic redirect URLs are a security risk.
The text was updated successfully, but these errors were encountered:
alexanderson1993
changed the title
Create a Lite login page which can be embedded in a pop-up window for logging in to Thorium Nova.
Implement OAuth2 Flow for signing in
Nov 9, 2021
There should be at least two flows supported:
Tasks for Native Apps
Tasks for Devices
The text was updated successfully, but these errors were encountered: