This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(identity-provider): use service hooks and resolvers (#9033)
* refactor(identity-provider): use service hooks and resolvers * fix: do not throw error if no scopes are available * tests: test more result properties * improve: use getFreeInviteCode in user resolvers * improve: identity provider hooks * fix: use existing set-logged-in-user hook * fix: add the correct typing in HookContext * Replaced internal method calls Changed order of identity-provider create hooks. validateAuthParams needs to occur after createNewUser, or else it won't have a userId to act on. * Reversed rearrangement, changed tests * fix: allow guest to be created using idenity provider --------- Co-authored-by: Kyle Baran <kbaran@bitscoop.com>
- Loading branch information
1 parent
ab09ca9
commit 4fa898e
Showing
18 changed files
with
228 additions
and
392 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
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
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
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.