-
Notifications
You must be signed in to change notification settings - Fork 8
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
Modify to use claims as information. #122
Conversation
@arukuka |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KotaTakahashi9320 Thank you!
I commented on the point of concern, so please check it.
packages/server/beaver_triple_service/server/engine_to_bts/e2b.go
Outdated
Show resolved
Hide resolved
packages/server/beaver_triple_service/cmd/jwt_generator/sample/sample.yml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 🙇
Summary
Modify to use claims as information.
Purpose
config.json is still there because the information in the claim is not used.
Contents
Delete config.json
Modify to use claims as information.
Fix test
Testing Methods Performed
CI