asgardeo / asgardeo-auth-react-sdk

To maintain the implementation of Asgardeo React authentication SDK
Apache License 2.0
39 stars 91 forks source link

Add `sub` attribute to Authenticated state #66

Closed brionmario closed 3 years ago

brionmario commented 3 years ago

Purpose

Bring in changes done in https://github.com/asgardeo/asgardeo-auth-js-sdk/pull/163 & https://github.com/asgardeo/asgardeo-auth-spa-sdk/pull/64 to enable returning the sub from the id_token as a high level item via the Authenticated State.

Goals

Fixes https://github.com/asgardeo/asgardeo-auth-react-sdk/issues/64

Approach

Refer https://github.com/asgardeo/asgardeo-auth-js-sdk/pull/163 & https://github.com/asgardeo/asgardeo-auth-spa-sdk/pull/64

Screen Shot 2021-10-28 at 11 03 37 PM

User stories

None

Release note

None

Documentation

None

Training

None

Certification

None

Marketing

None

Automation tests

None

Security checks

None

Samples

None

Related PRs

None

Migrations (if applicable)

None

Test environment

None

Learning

None

brionmario commented 3 years ago

Need to bump asgardeo-auth-spa-sdk version.