ember.js - How does the ember-cli-simple-auth-token library decodes/reads the jwt? -


the ember-cli-simple-auth-token documentation specifies jwt decoded , read upon successful authentication backend. don't understand how decode token, jwt created private key not find information in docs providing required data jwt decryption process.

what missing? how library decodes jwt? encoding in non-standard way? there configuration property in library specify find corresponding public key or something?

thanks lot whoever reads , can help.

ok went ahead , checked library's code , revised jwt specification wondering same in future, token base64 coded , decoded.

im such noob.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -