From 1fc32343547dfdc4c3c40dc0c922a5f233c58e37 Mon Sep 17 00:00:00 2001 From: Patrick Kubiak Date: Sat, 22 Jun 2024 19:18:04 -0400 Subject: [PATCH 1/2] Replace rules section with actions --- mvc-login/src/main/resources/templates/index.html | 6 +++--- webflux-login/src/main/resources/templates/index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mvc-login/src/main/resources/templates/index.html b/mvc-login/src/main/resources/templates/index.html index e0ee365..1f28e87 100644 --- a/mvc-login/src/main/resources/templates/index.html +++ b/mvc-login/src/main/resources/templates/index.html @@ -53,11 +53,11 @@
- - Learn About Rules + + Learn About Actions
-

Rules are JavaScript functions that execute when a user authenticates to your application. They run once the authentication process is complete, and you can use them to customize and extend Auth0's capabilities.

+

Actions are secure, tenant-specific, versioned functions written in Node.js that execute at certain points within the Auth0 platform. They run once the authentication process is complete, and you can use them to customize and extend Auth0's capabilities.

diff --git a/webflux-login/src/main/resources/templates/index.html b/webflux-login/src/main/resources/templates/index.html index 329f84a..fa191d0 100644 --- a/webflux-login/src/main/resources/templates/index.html +++ b/webflux-login/src/main/resources/templates/index.html @@ -53,11 +53,11 @@
- - Learn About Rules + + Learn About Actions
-

Rules are JavaScript functions that execute when a user authenticates to your application. They run once the authentication process is complete, and you can use them to customize and extend Auth0's capabilities.

+

Actions are secure, tenant-specific, versioned functions written in Node.js that execute at certain points within the Auth0 platform. They run once the authentication process is complete, and you can use them to customize and extend Auth0's capabilities.

From 1e4e8cbe5351aafff8ee864c76caa89e0fa83cf1 Mon Sep 17 00:00:00 2001 From: Patrick Kubiak Date: Sat, 22 Jun 2024 19:30:58 -0400 Subject: [PATCH 2/2] Update READMEs --- README.md | 4 ++-- mvc-login/README.md | 4 ++-- webflux-login/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c613a0..bade7e5 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Auth0 helps you to: * Add authentication with [multiple authentication sources](https://docs.auth0.com/identityproviders), either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others**, or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**. * Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**. * Add support for **[linking different user accounts](https://docs.auth0.com/link-accounts)** with the same user. -* Support for generating signed [Json Web Tokens](https://docs.auth0.com/jwt) to call your APIs and **flow the user identity** securely. +* Support for generating signed [Json Web Tokens](https://auth0.com/docs/secure/tokens/json-web-tokens) to call your APIs and **flow the user identity** securely. * Analytics of how, when and where users are logging in. -* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules). +* Pull data from other sources and add it to the user profile, through [JavaScript actions](https://auth0.com/docs/customize/actions). ## Create a free Auth0 account diff --git a/mvc-login/README.md b/mvc-login/README.md index dea4074..0ff89b0 100644 --- a/mvc-login/README.md +++ b/mvc-login/README.md @@ -85,9 +85,9 @@ Auth0 helps you to: * Add authentication with [multiple authentication sources](https://docs.auth0.com/identityproviders), either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others**, or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**. * Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**. * Add support for **[linking different user accounts](https://docs.auth0.com/link-accounts)** with the same user. -* Support for generating signed [Json Web Tokens](https://docs.auth0.com/jwt) to call your APIs and **flow the user identity** securely. +* Support for generating signed [Json Web Tokens](https://auth0.com/docs/secure/tokens/json-web-tokens) to call your APIs and **flow the user identity** securely. * Analytics of how, when and where users are logging in. -* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules). +* Pull data from other sources and add it to the user profile, through [JavaScript actions](https://auth0.com/docs/customize/actions). ## Create a free account in Auth0 diff --git a/webflux-login/README.md b/webflux-login/README.md index b83abff..b1ae630 100644 --- a/webflux-login/README.md +++ b/webflux-login/README.md @@ -85,9 +85,9 @@ Auth0 helps you to: * Add authentication with [multiple authentication sources](https://docs.auth0.com/identityproviders), either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others**, or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**. * Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**. * Add support for **[linking different user accounts](https://docs.auth0.com/link-accounts)** with the same user. -* Support for generating signed [Json Web Tokens](https://docs.auth0.com/jwt) to call your APIs and **flow the user identity** securely. +* Support for generating signed [Json Web Tokens](https://auth0.com/docs/secure/tokens/json-web-tokens) to call your APIs and **flow the user identity** securely. * Analytics of how, when and where users are logging in. -* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules). +* Pull data from other sources and add it to the user profile, through [JavaScript actions](https://auth0.com/docs/customize/actions). ## Create a free account in Auth0