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
It's a barrier to have to create a CLI secret to login from the command line. We'll add a ticket-based login flow that opens in your browser when you run "beneath login".
Proposed solution and changes
Create a model AuthenticationTickets
Create resolvers for creating, approving and polling authentication tickets
Create a frontend flow for approving tickets (e.g. /-/auth/ticket?ticket=XXX)
If logged in, ask for approval
If not logged in, redirect to auth, then direct back to approval page
Risks and challenges
Make sure the flow works for new users who haven't previously created a user (i.e. they'll be shown the welcome screen before redirecting to the approval page)
The text was updated successfully, but these errors were encountered:
Problem to solve and solution
It's a barrier to have to create a CLI secret to login from the command line. We'll add a ticket-based login flow that opens in your browser when you run "beneath login".
Proposed solution and changes
/-/auth/ticket?ticket=XXX
)Risks and challenges
The text was updated successfully, but these errors were encountered: