Hi…
I’m trying to auto log in users in - similar use case to Automatic login after creating Auth0 user - #3 by MarkusK
However we are using passwordless auth… Basically I need to generate an access token for an SPA on behalf of my users - when they visit our app via link from a source we trust.
Trying to get my head around grant types and which hoops I have to jump thru - from what I can see the Resource Owner Password flow defines the problem I have, and a solution for non passwordless connections.
How would I do this for passwordless?
Thanks