robertjd
robertjd
Our passport library is only focused on authentication (as that is all that passport does). If you want to work with more complex Stormpath cases, I would suggest using this...
Hi @iseltula , I wanted to check in to see if this solution works for you?
Can you help us with more information about what actually needs to be done here?
Thanks @KamalAman ! We'll get this fixed.
@typerandom FYI that I've rebased this one against master. This one will need a lot of work on the registration controller tests. I pushed one small fix that fixed some...
I'm not sure what "complains that body isn't set" meant, but here is a reproduction branch: https://github.com/stormpath/express-stormpath-sample-project/commit/aa687f06bf2c1ca221992ff6afe3104ebbba0805 In that branch, if I try to submit the login form, nothing happens...
Note: make sure to document the need to use "postmessage" as the callback url on the directory provider configuration when using the access token flow for google.
@edjiang the "postmessage" value is used when the client is a JS app in a browser, so it's a particular use case (not a global one). Does that address the...
The Express SDK supports both, and uses auth code in it's default login page for all providers except facebook.
Thanks @passatgt - though I don't think we want this to be triggered for the `refresh_token` workflow, only `password`.