-
Notifications
You must be signed in to change notification settings - Fork 149
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
refactor: add bstk jwt payload validation #669
Conversation
Deploy previewsDeploy previews for blockstack-app and blockstack-test-app are ready! Built with commit f1deb1e. |
Is this ready to merge or should we pass to QA? |
@timstackblock needs authentication smoke test |
The logo fix was merged 5 days with #629 whereas this PR was spun up 14 days ago, so I presume it's simply a matter of rebasing master into this branch and smoke testing again. @kyranjamie mind doing that and assigning back to @timstackblock ? |
02ee249
to
dcc635c
Compare
Rebased. |
Closing - new PR is #752 , which has the same code but in the new |
I thought we should add payload validation. Thinking there may be a schema in auth to validate against, realised there's a validation function exposed by the library itself.