-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement OpenID add/remove accounts in identity management (#2762)
* Implement mock openID actor methods * Implement (un)link account on manage page. * Move Google client id to env variable. * Move Google client id to env variable. * Update CSP in test. * Update CSP in test. * Update CSP in test. * Add OpenID to showcase * Add OpenID to showcase * Apply prettier to json * Fix showcase * Fix showcase * Move callback path to shared constant.
- Loading branch information
Showing
24 changed files
with
747 additions
and
38 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
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,14 @@ | ||
{ | ||
"en": { | ||
"account_already_linked": "This account has already been linked", | ||
"unlink_account_confirmation": "Do you want to unlink this account?", | ||
"third_party_sign_in_permission_required": "You need to enable the \"Third-party sign-in\" browser permission for this site", | ||
"link_your_account_to_hold_assets_and_sign_into_dapps": "Link your online account to hold assets and securely sign into dapps.", | ||
"use_your_accounts_to_hold_assets_and_sign_into_dapps": "Use your online accounts to hold assets and securely sign into dapps.", | ||
"link_account": "Link account", | ||
"link_additional_account": "Link additional account", | ||
"max_linked_accounts_reached": "You can link up to 100 online accounts. You must unlink an account before you can link another.", | ||
"unlink": "Unlink", | ||
"last_used": "Last used" | ||
} | ||
} |
Oops, something went wrong.