-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(oidc-auth): access and set claims (#711)
* feat(oidc-auth): access and set claims Signed-off-by: Axel Meinhardt <[email protected]> * chore(oidc-auth): add changeset, doc and fix types Signed-off-by: Axel Meinhardt <[email protected]> * chore(oidc-auth): add tests Signed-off-by: Axel Meinhardt <[email protected]> * refactored some types --------- Signed-off-by: Axel Meinhardt <[email protected]> Co-authored-by: Yusuke Wada <[email protected]>
- Loading branch information
1 parent
cd99b40
commit 5675a5f
Showing
4 changed files
with
209 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@hono/oidc-auth': minor | ||
--- | ||
|
||
define custom scope, access oauth response and set custom session claims |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.