Skip to content

Commit

Permalink
refactor: move shared code into libs
Browse files Browse the repository at this point in the history
Co-authored-by: Mahesh Makani <[email protected]>
  • Loading branch information
Raphael Kabo and coldlink committed Dec 21, 2023
1 parent 959aab7 commit c2dcfcc
Show file tree
Hide file tree
Showing 4 changed files with 543 additions and 482 deletions.
2 changes: 1 addition & 1 deletion libs/@guardian/identity-auth/src/@types/Token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export interface JWTHeader {
/**
* The payload of a JWT.
*
* Set up as a partial type so that we can use it for the access token and ID token, as we don't
* Set up as a generic type so that we can use it for the access token and ID token, as we don't
* know exactly which claims will be in each, and will be returned from the server, until we
* validate and decode the token.
*/
Expand Down
Loading

0 comments on commit c2dcfcc

Please sign in to comment.