-
Notifications
You must be signed in to change notification settings - Fork 0
Create App Flow for in-app authentication #47
Copy link
Copy link
Open
Labels
Milestone
Description
In order to use ULS in apps, you need to port all GUIs to app to render API responses. So to make it easier, App Flow should be created.
Possible flow:
- Register an authentication request (Returns ID, request secret, timestamp)
- Redirect user to authentication page.
- After user gives consent
- Return token, request ID and timestamp to app.
- After checking ID, continue.
- After something else happens (declined or timeout)
- Return error
- Ask user to authorize again.
Reactions are currently unavailable