-
-
Notifications
You must be signed in to change notification settings - Fork 28
feat(tools): add visability of auth0 rules #108
Conversation
Quick query are you using the webtask integration (natively provided by auth0) for this? We can move this to "Auth0 Management API + Lambda" in future for more complex actions. |
*/ | ||
|
||
function addAccountLinkId(user, context, callback) { | ||
const namespace = 'https://www.freecodecamp.org/accountLinkId'; |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Whilst trying to access the |
@@ -8,7 +8,7 @@ const { JWT_CERT } = process.env; | |||
|
|||
export { updateAppMetaData } from './auth0'; | |||
|
|||
export const namespace = 'https://www.freecodecamp.org/'; | |||
export const namespace = 'https://auth-ns.freecodecamp.org/'; |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
In looking into the
accountLinkId
issue described in #107, I found it was as simple as addinguuid()
inside the rule