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

Bug: Custom Claims fail to propagate #54

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

BenjamenMeyer
Copy link

@BenjamenMeyer BenjamenMeyer commented Feb 16, 2024

  • Create a custom user type in order to add new claims; it is in the test package space in order to be external to mimic how users would need to do this
  • Add a test to the session using the custom user type and check for the new claim

NOTE: This presently fails as noted in #53
NOTE: Made this a draft PR since the code currently fails a go test ./... run due to the changes.

- Create a custom user type in order to add new claims; it is in
  the test package space in order to be external to mimic how
  users would need to do this
- Add a test to the session using the custom user type and check
  for the new claim

NOTE: This presently fails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant