-
Notifications
You must be signed in to change notification settings - Fork 179
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
JWT follow-up #1562
JWT follow-up #1562
Conversation
05023b1
to
56affad
Compare
squashed |
Thanks. So about the Again, I have no objections, if it works it works. It's only in the test part. About the base64, I see the point about spaces and how that mismatched with the token code. Can I assume that there is no conflict with using base64 encoding here and anywhere else we refer to the wallet name? I believe from reading that you're only using it for the token-related usage of the wallet name. (I actually personally think filenames with spaces should not ever be allowed). |
Same guess. I did assume we could do a smooth transition to
base64 encoded wallet names are only used in token scopes (as a |
Needs rebase (presumably #1484 ) but after that, is there any blocker here or should we just merge? |
rebased. i cannot think of any blockers, ready to merge as far as i can tell. |
Agree we should just merge this, @theborakompanioni will let us now if there are problems. |
addressed review comment |
async
was somehow making tests always successful therefore hiding some issues)WWW-Authenticate
header construction (Decode JWT token for validation #1480 (comment))