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

Post jwt token library refactoring #2679

Merged
merged 8 commits into from
Jan 19, 2024
Merged

Post jwt token library refactoring #2679

merged 8 commits into from
Jan 19, 2024

Conversation

strehle
Copy link
Member

@strehle strehle commented Jan 12, 2024

  • remove string serialization and simplify token creation. create a JWT from a map instead of a string
  • reduce complexity in token creation (map to string, then string to JWT)
  • reduce complexity in token read (only once)

- remove and simplify token creation. Only from map instead of a string
- reduce complexity in token creation
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/186832950

The labels on this github issue will be updated when the story is started.

@strehle strehle marked this pull request as draft January 12, 2024 10:59
@strehle strehle marked this pull request as ready for review January 18, 2024 06:12
@strehle strehle requested a review from a team January 18, 2024 06:12
@strehle strehle requested a review from hsinn0 January 19, 2024 06:09
@strehle strehle merged commit 9e98740 into develop Jan 19, 2024
20 checks passed
@strehle strehle deleted the refactor/tokenLibrary branch January 19, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

4 participants