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
I need to allow users to login through a separate endpoint, my general idea is to have the login form post to my end point and it returns a jwt token which a orchard core controller will parse, create a new user if needed, then login. I see there a external login handler, so I suspect there’s an easier way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to allow users to login through a separate endpoint, my general idea is to have the login form post to my end point and it returns a jwt token which a orchard core controller will parse, create a new user if needed, then login. I see there a external login handler, so I suspect there’s an easier way?
Beta Was this translation helpful? Give feedback.
All reactions