robertjd
robertjd
I've merged the changes into the node SDK, we should get that release out tomorrow. We have some other express-stormpath issues we are working through, and we plan to make...
Once the token is created, you should be able to use `jwt.headers` to access the header fields.
Hi @jkevlin , thanks for the pull requests! JFYI that it may be a week before we can review this in depth.
Hi @safm , thanks for the bug report. Are you able to work around it by calling `jwt.setSigningKey(signinKey);` before you call `jwt.setExpiration();` ? Thank you.
Hi @Levino , thanks for the question! The choice as actually up to you, this library supports shared keys, or public/private keys. Please take a look at this test to...
Hi @davidlenthall , can you show me how I can reproduce this output? Thank you.
Thanks @DougWashburn for the feedback! Are you referring to the pop-up window, or the pane that's inside of the developer tools?
FYI @typerandom we're pulling this into open as a priority.
HI @ranjeethmd , thanks for the report. Can you give us more detail on your use case, with example URLs, to explain what you're tying to achieve? Note that the...
> I definitely support logging the error. Killing the process may be a bit severe. The Okta integration could be a small part of a much larger application. That's a...