The Wayback Machine - https://web.archive.org/web/20200906102603/https://github.com/jwt/ruby-jwt/issues/321/
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we change the separator character? #321

Closed
benjaminb10 opened this issue Jun 11, 2019 · 1 comment
Closed

Can we change the separator character? #321

benjaminb10 opened this issue Jun 11, 2019 · 1 comment
Labels

Comments

@hesalx
Copy link

@hesalx hesalx commented Sep 10, 2019

Period (.) is by RFC https://tools.ietf.org/html/rfc7519#appendix-A.1
Is there any issue with processing the token before passing in to the standardized library?

rfc_token = raw_token.gsub('-', '.')
JWT.decode(rfc_token)
@excpt excpt added the won't fix label Sep 16, 2019
@excpt excpt closed this Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.