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

🐛 add support for additional data in JWT token creation and decoding #641

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

yezz123
Copy link
Owner

@yezz123 yezz123 commented Jul 11, 2024

Fixes #602

@yezz123 yezz123 added the bug Something isn't working label Jul 11, 2024
@yezz123 yezz123 linked an issue Jul 11, 2024 that may be closed by this pull request
Copy link

vercel bot commented Jul 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
authx ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 11, 2024 3:55pm

Copy link

sonarcloud bot commented Jul 11, 2024

Copy link

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.11%. Comparing base (266ea4b) to head (dd6e8a3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #641      +/-   ##
==========================================
+ Coverage   96.85%   97.11%   +0.25%     
==========================================
  Files          16       16              
  Lines         795      797       +2     
  Branches      116      117       +1     
==========================================
+ Hits          770      774       +4     
+ Misses         19       18       -1     
+ Partials        6        5       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yezz123 yezz123 merged commit 7f0b8db into main Jul 11, 2024
47 checks passed
@yezz123 yezz123 deleted the fix/data branch July 11, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Additional data are not passed to the JWT token
1 participant