Skip to content

Commit

Permalink
chore: update template source URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
johneke-auth0 committed Jan 29, 2024
1 parent 2b1b4e1 commit 64c7dab
Show file tree
Hide file tree
Showing 88 changed files with 88 additions and 88 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a Password Reset / Post Challenge Flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/active-directory-groups-PASSWORD_RESET_POST_CHALLENGE ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/active-directory-groups-PASSWORD_RESET_POST_CHALLENGE ---
*
* @param {Event} event - Details about the post challenge request.
* @param {PasswordResetPostChallengeAPI} api - Interface whose methods can be used to change the behavior of the post challenge flow.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ triggers:
- 'PASSWORD_RESET_POST_CHALLENGE'
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/active-directory-groups-PASSWORD_RESET_POST_CHALLENGE'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/active-directory-groups-PASSWORD_RESET_POST_CHALLENGE'
notes: |
**Secrets**
Expand Down
2 changes: 1 addition & 1 deletion templates/active-directory-groups-POST_LOGIN/code.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a PostLogin flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/active-directory-groups-POST_LOGIN ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/active-directory-groups-POST_LOGIN ---
*
* @param {Event} event - Details about the user and the context in which they are logging in.
* @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.
Expand Down
2 changes: 1 addition & 1 deletion templates/active-directory-groups-POST_LOGIN/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ triggers:
- 'POST_LOGIN'
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/active-directory-groups-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/active-directory-groups-POST_LOGIN'
notes: |
**Secrets**
Expand Down
2 changes: 1 addition & 1 deletion templates/adaptive-mfa-POST_LOGIN/code.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a PostLogin flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/adaptive-mfa-POST_LOGIN ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/adaptive-mfa-POST_LOGIN ---
*
* @param {Event} event - Details about the user and the context in which they are logging in.
* @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.
Expand Down
2 changes: 1 addition & 1 deletion templates/adaptive-mfa-POST_LOGIN/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: 'A POST_LOGIN action to trigger multifactor authentication based on
triggers: ['POST_LOGIN']
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/adaptive-mfa-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/adaptive-mfa-POST_LOGIN'
useCases:
- 'MULTIFACTOR'
2 changes: 1 addition & 1 deletion templates/add-attribute-POST_LOGIN/code.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a PostLogin flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/add-attribute-POST_LOGIN ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/add-attribute-POST_LOGIN ---
*
* @param {Event} event - Details about the user and the context in which they are logging in.
* @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.
Expand Down
2 changes: 1 addition & 1 deletion templates/add-attribute-POST_LOGIN/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public: true
triggers: ['POST_LOGIN']
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/add-attribute-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/add-attribute-POST_LOGIN'
useCases:
- 'ENRICH_PROFILE'
notes: |
Expand Down
2 changes: 1 addition & 1 deletion templates/add-country-POST_LOGIN/code.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/add-country-POST_LOGIN ---
// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/add-country-POST_LOGIN ---
/**
* Handler that will be called during the execution of a PostLogin flow.
*
Expand Down
2 changes: 1 addition & 1 deletion templates/add-country-POST_LOGIN/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public: true
triggers:
- 'POST_LOGIN'
runtime: 'node18'
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/add-country-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/add-country-POST_LOGIN'
notes: |
**Optional Secrets**
Expand Down
2 changes: 1 addition & 1 deletion templates/add-email-to-access-token-POST_LOGIN/code.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/add-email-to-access-token-POST_LOGIN ---
// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/add-email-to-access-token-POST_LOGIN ---
/**
* Handler that will be called during the execution of a PostLogin flow.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public: true
triggers:
- 'POST_LOGIN'
runtime: 'node18'
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/add-email-to-access-token-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/add-email-to-access-token-POST_LOGIN'
notes: |
**Optional Secrets**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { ManagementClient } = require('auth0');

const HTTP_TIMEOUT = 1000; // 1s

// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE ---
// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE ---
/**
* Handler that will be called during the execution of a Password Reset / Post Challenge Flow.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runtime: 'node18'
modules:
- name: 'auth0'
version: 'latest'
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE'
notes: |
**Required Secrets**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { ManagementClient } = require('auth0');

const HTTP_TIMEOUT = 1000; // 1s

// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/add-persistence-attribute-POST_CHANGE_PASSWORD ---
// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/add-persistence-attribute-POST_CHANGE_PASSWORD ---
/**
* Handler that will be called during the execution of a PostChangePassword flow.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runtime: 'node18'
modules:
- name: 'auth0'
version: 'latest'
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/add-persistence-attribute-POST_CHANGE_PASSWORD'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/add-persistence-attribute-POST_CHANGE_PASSWORD'
notes: |
**Required Secrets**
Expand Down
2 changes: 1 addition & 1 deletion templates/add-persistence-attribute-POST_LOGIN/code.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/add-persistence-attribute-POST_LOGIN ---
// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/add-persistence-attribute-POST_LOGIN ---
/**
* Handler that will be called during the execution of a PostLogin flow.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public: true
triggers:
- 'POST_LOGIN'
runtime: 'node18'
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/add-persistence-attribute-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/add-persistence-attribute-POST_LOGIN'
notes: |
**Required Secrets**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { ManagementClient } = require('auth0');

const HTTP_TIMEOUT = 1000; // 1s

// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/add-persistence-attribute-POST_USER_REGISTRATION ---
// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/add-persistence-attribute-POST_USER_REGISTRATION ---
/**
* Handler that will be called during the execution of a PostUserRegistration flow.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runtime: 'node18'
modules:
- name: 'auth0'
version: 'latest'
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/add-persistence-attribute-POST_USER_REGISTRATION'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/add-persistence-attribute-POST_USER_REGISTRATION'
notes: |
**Required Secrets**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { ManagementClient } = require('auth0');

const HTTP_TIMEOUT = 1000; // 1s

// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/add-persistence-attribute-SEND_PHONE_MESSAGE ---
// --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/add-persistence-attribute-SEND_PHONE_MESSAGE ---
/**
* Handler that will be called during the execution of a SendPhoneMessage flow.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runtime: 'node18'
modules:
- name: 'auth0'
version: 'latest'
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/add-persistence-attribute-SEND_PHONE_MESSAGE'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/add-persistence-attribute-SEND_PHONE_MESSAGE'
notes: |
**Required Secrets**
Expand Down
2 changes: 1 addition & 1 deletion templates/check-last-password-reset-POST_LOGIN/code.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a PostLogin flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/check-last-password-reset-POST_LOGIN ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/check-last-password-reset-POST_LOGIN ---
*
* @param {Event} event - Details about the user and the context in which they are logging in.
* @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public: true
triggers: ['POST_LOGIN']
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/check-last-password-reset-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/check-last-password-reset-POST_LOGIN'
notes: |
**Secrets**
Expand Down
2 changes: 1 addition & 1 deletion templates/creates-lead-salesforce-POST_LOGIN/code.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a PostLogin flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/creates-lead-salesforce-POST_LOGIN ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/creates-lead-salesforce-POST_LOGIN ---
*
* @param {Event} event - Details about the user and the context in which they are logging in.
* @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.
Expand Down
2 changes: 1 addition & 1 deletion templates/creates-lead-salesforce-POST_LOGIN/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public: true
triggers:
- 'POST_LOGIN'
runtime: 'node18'
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/creates-lead-salesforce-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/creates-lead-salesforce-POST_LOGIN'
notes: |
**Secrets**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a PostUserRegistration flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/creates-lead-salesforce-POST_USER_REGISTRATION ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/creates-lead-salesforce-POST_USER_REGISTRATION ---
*
* @param {Event} event - Details about the context and user that has registered.
* @param {PostUserRegistrationAPI} api - Methods and utilities to help change the behavior after a signup.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public: true
triggers:
- 'POST_USER_REGISTRATION'
runtime: 'node18'
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/creates-lead-salesforce-POST_USER_REGISTRATION'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/creates-lead-salesforce-POST_USER_REGISTRATION'
notes: |
**Secrets**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a Password Reset / Post Challenge Flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/email-verified-PASSWORD_RESET_POST_CHALLENGE ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/email-verified-PASSWORD_RESET_POST_CHALLENGE ---
*
* @param {Event} event - Details about the post challenge request.
* @param {PasswordResetPostChallengeAPI} api - Interface whose methods can be used to change the behavior of the post challenge flow.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ public: true
triggers: ['PASSWORD_RESET_POST_CHALLENGE']
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/email-verified-PASSWORD_RESET_POST_CHALLENGE'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/email-verified-PASSWORD_RESET_POST_CHALLENGE'
useCases: ['ACCESS_CONTROL']
2 changes: 1 addition & 1 deletion templates/email-verified-POST_LOGIN/code.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a PostLogin flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/email-verified-POST_LOGIN ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/email-verified-POST_LOGIN ---
*
* @param {Event} event - Details about the user and the context in which they are logging in.
* @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.
Expand Down
2 changes: 1 addition & 1 deletion templates/email-verified-POST_LOGIN/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ public: true
triggers: ['POST_LOGIN']
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/email-verified-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/email-verified-POST_LOGIN'
useCases: ['ACCESS_CONTROL']
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a PostLogin flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/guardian-multifactor-authorization-extension-POST_LOGIN ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/guardian-multifactor-authorization-extension-POST_LOGIN ---
*
* @param {Event} event - Details about the user and the context in which they are logging in.
* @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ triggers:
- 'POST_LOGIN'
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/guardian-multifactor-authorization-extension-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/guardian-multifactor-authorization-extension-POST_LOGIN'
notes: |
**Secrets**
Expand Down
2 changes: 1 addition & 1 deletion templates/guardian-multifactor-ip-range-POST_LOGIN/code.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a PostLogin flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/guardian-multifactor-ip-range-POST_LOGIN ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/guardian-multifactor-ip-range-POST_LOGIN ---
*
* @param {Event} event - Details about the user and the context in which they are logging in.
* @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runtime: 'node18'
modules:
- name: 'ipaddr.js'
version: 'latest'
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/guardian-multifactor-ip-range-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/guardian-multifactor-ip-range-POST_LOGIN'
useCases:
- 'MULTIFACTOR'
notes: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a PostLogin flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/guardian-multifactor-stepup-authentication-POST_LOGIN ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/guardian-multifactor-stepup-authentication-POST_LOGIN ---
*
* @param {Event} event - Details about the user and the context in which they are logging in.
* @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ triggers:
- 'POST_LOGIN'
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/guardian-multifactor-stepup-authentication-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/guardian-multifactor-stepup-authentication-POST_LOGIN'
notes: |
**Notes**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a Client Credentials exchange.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/ip-address-allowlist-CREDENTIALS_EXCHANGE ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/ip-address-allowlist-CREDENTIALS_EXCHANGE ---
*
* @param {Event} event - Details about client credentials grant request.
* @param {CredentialsExchangeAPI} api - Interface whose methods can be used to change the behavior of client credentials grant.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ triggers:
- 'CREDENTIALS_EXCHANGE'
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/ip-address-allowlist-CREDENTIALS_EXCHANGE'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/ip-address-allowlist-CREDENTIALS_EXCHANGE'
useCases:
- 'ACCESS_CONTROL'
notes: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a Password Reset / Post Challenge Flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/ip-address-allowlist-PASSWORD_RESET_POST_CHALLENGE ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/ip-address-allowlist-PASSWORD_RESET_POST_CHALLENGE ---
*
* @param {Event} event - Details about the post challenge request.
* @param {PasswordResetPostChallengeAPI} api - Interface whose methods can be used to change the behavior of the post challenge flow.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ triggers:
- 'PASSWORD_RESET_POST_CHALLENGE'
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/ip-address-allowlist-PASSWORD_RESET_POST_CHALLENGE'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/ip-address-allowlist-PASSWORD_RESET_POST_CHALLENGE'
useCases:
- 'ACCESS_CONTROL'
notes: |
Expand Down
2 changes: 1 addition & 1 deletion templates/ip-address-allowlist-POST_LOGIN/code.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Handler that will be called during the execution of a PostLogin flow.
*
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/os-marketplace/blob/main/templates/ip-address-allowlist-POST_LOGIN ---
* --- AUTH0 ACTIONS TEMPLATE https://github.com/auth0/opensource-marketplace/blob/main/templates/ip-address-allowlist-POST_LOGIN ---
*
* @param {Event} event - Details about the user and the context in which they are logging in.
* @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.
Expand Down
2 changes: 1 addition & 1 deletion templates/ip-address-allowlist-POST_LOGIN/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ triggers:
- 'POST_LOGIN'
runtime: 'node18'
modules: []
sourceUrl: 'https://github.com/auth0/os-marketplace/blob/main/templates/ip-address-allowlist-POST_LOGIN'
sourceUrl: 'https://github.com/auth0/opensource-marketplace/blob/main/templates/ip-address-allowlist-POST_LOGIN'
useCases:
- 'ACCESS_CONTROL'
notes: |
Expand Down
Loading

0 comments on commit 64c7dab

Please sign in to comment.