Open zeiv opened 7 years ago
@myartsev While I've got you, I have a couple questions.
First, what are your thoughts on storing the decoded JWT payload in simple-auth's session.data.authenticated
? It would be super useful, IMO.
Second, in my app I need to be able to remember a token until it expires. Would you consider a PR adding an option to save the JWT to local storage, defaulting to false?
Should be a pretty straightforward change... literally replacing a string literal with a variable.