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

feat(cognito): ✨ Add access token hash and user info to Cognito tokens #7

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

ShellXploit
Copy link
Owner

  • Add access token hash to the ID token as per OIDC specification
  • Added support for the name (first, middle & given) of the user
  • Enhancements around code structure
  • Fixed UT for sortObjectKeys
  • Introduced a new naming convention for UTs path::module
  • Separate tsconfig.json for build and development

…ognito tokens

Added support for name (first, middle & given) of the user alongwith access token hash as per OIDC
Copy link

codecov bot commented Apr 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (cc1efef) to head (8943b7a).

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        14    +3     
  Lines           72        91   +19     
  Branches         9         7    -2     
=========================================
+ Hits            72        91   +19     

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

@ShellXploit ShellXploit merged commit a3d4c49 into main Apr 13, 2024
6 checks passed
@ShellXploit ShellXploit deleted the feat-enhanced-cognito-tokens-config branch April 13, 2024 20:35
github-actions bot pushed a commit that referenced this pull request Apr 13, 2024
# [1.1.0](v1.0.0...v1.1.0) (2024-04-13)

### Bug Fixes

* **utils:** 🔒 better way of getting random secret ([#3](#3)) ([83ea79d](83ea79d))

### Features

* **cognito:** ✨ Add access token hash and user info to Cognito tokens ([#7](#7)) ([a3d4c49](a3d4c49))
Copy link

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant