forked from sourcefuse/loopback4-microservice-catalog
-
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.
fix(authentication-service): change response of signup and forget pas…
…sword (sourcefuse#459) BREAKING CHANGE: removed response body and changed response code of signup-token and forget-password apis sourcefuseGH-457
- Loading branch information
1 parent
ffa356b
commit 9ab48c1
Showing
25 changed files
with
334 additions
and
438 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export enum AuthProvider { | ||
INTERNAL = 'internal', | ||
KEYCLOAK = 'keycloak', | ||
GOOGLE = 'google', | ||
FACEBOOK = 'facebook', | ||
APPLE = 'apple', | ||
INSTAGRAM = 'instagram', | ||
} |
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.