From d25d7dd796499d856fe75c1bd4aac474d0ca43b6 Mon Sep 17 00:00:00 2001 From: Carlos Fung Date: Thu, 7 Mar 2024 15:54:51 +0100 Subject: [PATCH] Docs 3717 fix titles inconsistencies (#10380) * Update 01-login.md Fix titles inconsistencies * Update interactive.md Fix title inconsistency * Update interactive.md Fix title inconsistency * Update interactive.md Fix title inconsistency * Update interactive.md Fix title inconsistency * Update interactive.md Fix title inconsistency Add Login to a Laravel Application to Add Login to your Laravel application * Update interactive.md Fix inconsistency From Add login to your Python Flask app to Add Login to your Python Flask application * Update interactive.md Fix title inconsistencies Add login to your Ruby on Rails app to Add Login to your Ruby on Rails application * Update interactive.md Fix title inconsistency From Add Login to Your Angular App To Add Login to your Angular application * Update interactive.md Fix title inconsistency From Add login to your Flutter app To Add Login to your Flutter application * Update interactive.md Fix inconsistency From Add Login to Your JavaScript App To Add Login to your JavaScript application * Update interactive.md Fix inconsistency From Add login to your Vue app To Add Login to your Vue application * Update interactive.md Fix title inconsistency From Add Login to your React App To Add Login to your React application * Update interactive.md Fix inconsistency From Add Login to your Express App To Add Login to your Express application * Update interactive.md Fix title inconsistency From Add Login to .NET Android and iOS App To Add Login to your .NET Android and iOS application * Update interactive.md Fix inconstencies From Add login to your Android app To Add Login to your Android application * Update interactive.md Fix title inconsistency From Add Login to your React Native App To Add Login to your React Native application * Update interactive.md Fix title inconsistency From Add login to your Flutter app To Add Login to your Flutter application * Update interactive.md Fix title inconsistency From Add login to your Ionic Angular with Capacitor app To Add Login to your Ionic Angular with Capacitor application * Update interactive.md Fix title inconsistency From Add Login to your iOS or macOS app To Add Login to your iOS or macOS application * Update interactive.md updated title From Add Login to a MAUI application To Add Login to your MAUI application * Update interactive.md Fix titles From Add Login to your React Native App To Add Login to your React Native application * Update interactive.md Fix inconsistency From Add Login to your React Native App To Add Login to your React Native application * Update interactive.md Fix title From Add Authorization to an ASP.NET Core Web API Application To Add Authorization to an ASP.NET Core Web API application * Update interactive.md Fix title From Add authorization to an ASP.NET Owin Web API application. To Add Authorization to an ASP.NET Owin Web API application * Update interactive.md * Update interactive.md Fix titles From Add Authorization to a Django API Application To Add Authorization to a Django API application * Update interactive.md Fix title From Add authorization to a Go application. To Add Authorization to a Go application * Update interactive.md Fix title From Add Authorization to a Laravel Application To Add Authorization to a Laravel application * Update interactive.md Fix title From Add Authorization to a Laravel Application To Add Authorization to a Laravel application * Update interactive.md Fix title From Add endpoint authorization to your PHP application To Add Authorization to a PHP application * Update interactive.md Fix title From Add authorization to a Ruby on Rails API To Add Authorization to a Ruby on Rails API * Update interactive.md Fix title From Add authorization to a Spring Boot application To Add Authorization to a Spring Boot application * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update 01-login.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md * Update interactive.md Change From Add Login to your Blazor Server application To Add Login to Your Blazor Server Application * Update interactive.md Change From Add Login to your ASP.NET MVC application To Add Login to Your ASP.NET MVC Application * Update interactive.md Change From Add Login to your Next.js application To Add Login to Your Next.js Application * Update interactive.md Change From Add Login to your PHP application To Add Login to Your PHP Application * Update interactive.md Change from Add Authorization to an ASP.NET Core Web API Application To Add Authorization to Your ASP.NET Core Web API Application * Update interactive.md Change From Add Authorization to a Flask API application To Add Authorization to Your Flask API Application --- .../quickstart/backend/aspnet-core-webapi/interactive.md | 2 +- articles/quickstart/backend/django/interactive.md | 2 +- articles/quickstart/backend/golang/interactive.md | 2 +- .../backend/java-spring-security5/interactive.md | 2 +- articles/quickstart/backend/laravel/interactive.md | 2 +- articles/quickstart/backend/nodejs/interactive.md | 2 +- articles/quickstart/backend/php/interactive.md | 2 +- articles/quickstart/backend/python/interactive.md | 2 +- articles/quickstart/backend/rails/interactive.md | 2 +- articles/quickstart/backend/webapi-owin/interactive.md | 2 +- articles/quickstart/native/android/interactive.md | 8 ++++---- articles/quickstart/native/flutter/interactive.md | 6 +++--- articles/quickstart/native/ionic-angular/interactive.md | 4 ++-- articles/quickstart/native/ios-swift/interactive.md | 6 +++--- articles/quickstart/native/maui/interactive.md | 6 +++--- articles/quickstart/native/net-android-ios/interactive.md | 8 ++++---- .../quickstart/native/react-native-expo/interactive.md | 6 +++--- articles/quickstart/native/react-native/interactive.md | 6 +++--- articles/quickstart/native/wpf-winforms/interactive.md | 8 ++++---- articles/quickstart/spa/angular/interactive.md | 4 ++-- articles/quickstart/spa/flutter/interactive.md | 6 +++--- articles/quickstart/spa/react/interactive.md | 6 +++--- articles/quickstart/spa/vanillajs/interactive.md | 2 +- articles/quickstart/spa/vuejs/interactive.md | 2 +- .../webapp/aspnet-core-blazor-server/interactive.md | 2 +- articles/quickstart/webapp/aspnet-core/interactive.md | 2 +- articles/quickstart/webapp/aspnet-owin/01-login.md | 4 ++-- articles/quickstart/webapp/django/interactive.md | 2 +- articles/quickstart/webapp/express/interactive.md | 2 +- articles/quickstart/webapp/golang/interactive.md | 2 +- .../quickstart/webapp/java-spring-boot/interactive.md | 4 ++-- articles/quickstart/webapp/java/interactive.md | 4 ++-- articles/quickstart/webapp/laravel/interactive.md | 2 +- articles/quickstart/webapp/nextjs/interactive.md | 2 +- articles/quickstart/webapp/php/interactive.md | 6 +++--- articles/quickstart/webapp/python/interactive.md | 2 +- articles/quickstart/webapp/rails/interactive.md | 2 +- 37 files changed, 67 insertions(+), 67 deletions(-) diff --git a/articles/quickstart/backend/aspnet-core-webapi/interactive.md b/articles/quickstart/backend/aspnet-core-webapi/interactive.md index 07199c9cfe..b4e7b4dea1 100644 --- a/articles/quickstart/backend/aspnet-core-webapi/interactive.md +++ b/articles/quickstart/backend/aspnet-core-webapi/interactive.md @@ -20,7 +20,7 @@ files: - files/api-controller --- -# Add Authorization to an ASP.NET Core Web API Application +# Add Authorization to Your ASP.NET Core Web API Application Auth0 allows you to add authentication and access user profile information in almost any application type quickly. This guide demonstrates how to integrate Auth0 with any new or existing ASP.NET Web API application using the `Microsoft.AspNetCore.Authentication.JwtBearer` package. diff --git a/articles/quickstart/backend/django/interactive.md b/articles/quickstart/backend/django/interactive.md index 43ffeda3df..3d4301e943 100644 --- a/articles/quickstart/backend/django/interactive.md +++ b/articles/quickstart/backend/django/interactive.md @@ -13,7 +13,7 @@ github: -# Add Authorization to a Django API Application +# Add Authorization to Your Django API Application This guide demonstrates how to integrate Auth0 with any new or existing Python API built with [Django](https://www.djangoproject.com/). diff --git a/articles/quickstart/backend/golang/interactive.md b/articles/quickstart/backend/golang/interactive.md index 49a70c9673..3493a2b987 100644 --- a/articles/quickstart/backend/golang/interactive.md +++ b/articles/quickstart/backend/golang/interactive.md @@ -17,7 +17,7 @@ files: -# Add authorization to a Go application. +# Add Authorization to Your Go Application This guide demonstrates how to integrate Auth0 with any new or existing Go API application using the [go-jwt-middleware](https://github.com/auth0/go-jwt-middleware) package. If you have not created an API in your Auth0 dashboard yet, use the interactive selector to create a new Auth0 API or select an existing API for your project. diff --git a/articles/quickstart/backend/java-spring-security5/interactive.md b/articles/quickstart/backend/java-spring-security5/interactive.md index ef5384e25a..792d04b587 100644 --- a/articles/quickstart/backend/java-spring-security5/interactive.md +++ b/articles/quickstart/backend/java-spring-security5/interactive.md @@ -18,7 +18,7 @@ github: path: 01-Authorization-MVC --- -# Add authorization to a Spring Boot application +# Add Authorization to Your Spring Boot Application Auth0 allows you to quickly add authorization to your application. This guide demonstrates how to integrate Auth0 with any new or existing Spring Boot application. diff --git a/articles/quickstart/backend/laravel/interactive.md b/articles/quickstart/backend/laravel/interactive.md index b9aaf2461b..0efae4e396 100644 --- a/articles/quickstart/backend/laravel/interactive.md +++ b/articles/quickstart/backend/laravel/interactive.md @@ -18,7 +18,7 @@ files: - files/api --- -# Add Authorization to a Laravel Application +# Add Authorization to Your Laravel Application [Auth0's Laravel SDK](https://github.com/auth0/laravel-auth0) allows you to quickly add token-based authorization and route access control to your Laravel application. This guide demonstrates how to integrate Auth0 with a new (or existing) [Laravel 9 or 10](https://github.com/auth0/laravel-auth0#support-policy) application. diff --git a/articles/quickstart/backend/nodejs/interactive.md b/articles/quickstart/backend/nodejs/interactive.md index c692fbb960..75bd51786e 100644 --- a/articles/quickstart/backend/nodejs/interactive.md +++ b/articles/quickstart/backend/nodejs/interactive.md @@ -16,7 +16,7 @@ files: -# Add authorization to an Express.js API application +# Add Authorization to Your Express.js API Application This guide demonstrates how to integrate Auth0 with any new or existing Express.js API application using the `express-oauth2-jwt-bearer` package. If you have not created an API in your Auth0 dashboard yet, use the interactive selector to create a new Auth0 API or select an existing project API. diff --git a/articles/quickstart/backend/php/interactive.md b/articles/quickstart/backend/php/interactive.md index 50a10cb4f8..6b7f4ed30e 100644 --- a/articles/quickstart/backend/php/interactive.md +++ b/articles/quickstart/backend/php/interactive.md @@ -9,7 +9,7 @@ github: path: app --- -# Add endpoint authorization to your PHP application +# Add Authorization to Your PHP Application Auth0 allows you to add token-based endpoint authorization to almost any application type quickly. This guide demonstrates how to integrate Auth0, add token-based authorization, and protect application routes using the Auth0 PHP SDK. diff --git a/articles/quickstart/backend/python/interactive.md b/articles/quickstart/backend/python/interactive.md index 0d7f115900..dfbeffb192 100644 --- a/articles/quickstart/backend/python/interactive.md +++ b/articles/quickstart/backend/python/interactive.md @@ -12,7 +12,7 @@ github: -# Add Authorization to a Flask API application +# Add Authorization to Your Flask API Application This guide demonstrates how to integrate Auth0 with any new or existing Python API built with [Flask](https://flask.palletsprojects.com/). diff --git a/articles/quickstart/backend/rails/interactive.md b/articles/quickstart/backend/rails/interactive.md index 515005db93..4a0af13b65 100644 --- a/articles/quickstart/backend/rails/interactive.md +++ b/articles/quickstart/backend/rails/interactive.md @@ -19,7 +19,7 @@ files: --- -# Add authorization to a Ruby on Rails API +# Add Authorization to Your Ruby on Rails API This tutorial performs access token validation using the **[jwt](https://github.com/jwt/ruby-jwt)** Gem within a custom `Auth0Client` class. A Concern called `Secured` is used to authorize endpoints which require authentication through an incoming access token. If you have not created an API in your Auth0 dashboard yet, use the interactive selector to create a new Auth0 API or select an existing API for your project. diff --git a/articles/quickstart/backend/webapi-owin/interactive.md b/articles/quickstart/backend/webapi-owin/interactive.md index 90983b61f4..956cd2da2d 100644 --- a/articles/quickstart/backend/webapi-owin/interactive.md +++ b/articles/quickstart/backend/webapi-owin/interactive.md @@ -18,7 +18,7 @@ files: - files/api-controller --- -# Add authorization to an ASP.NET Owin Web API application. +# Add Authorization to Your ASP.NET Owin Web API Application Auth0 allows you to add authorization to any kind of application. This guide demonstrates how to integrate Auth0 with any new or existing ASP.NET Owin Web API application using the `Microsoft.Owin.Security.Jwt` package. If you have not created an API in your Auth0 dashboard yet, you can use the interactive selector to create a new Auth0 API or select an existing API for your project. diff --git a/articles/quickstart/native/android/interactive.md b/articles/quickstart/native/android/interactive.md index 865164fc92..c546e1b21b 100644 --- a/articles/quickstart/native/android/interactive.md +++ b/articles/quickstart/native/android/interactive.md @@ -11,7 +11,7 @@ github: path: 00-Login-Kt --- -# Add login to your Android app +# Add Login to Your Android Application @@ -85,7 +85,7 @@ Run **Sync Project with Gradle Files** inside Android Studio or execute `./gradl For more information about using Gradle, check the [Gradle official documentation](https://gradle.org/getting-started-android-build/). ::: -## Add login to your app {{{ data-action=code data-code="MainActivity.kt#6:38" }}} +## Add login to your application {{{ data-action=code data-code="MainActivity.kt#6:38" }}} [Universal Login](/hosted-pages/login) is the easiest way to set up authentication in your application. We recommend using it for the best experience, best security and the fullest array of features. @@ -117,7 +117,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add logout to your app {{{ data-action=code data-code="MainActivity.kt#40:52" }}} +## Add logout to your application {{{ data-action=code data-code="MainActivity.kt#40:52" }}} Use `WebAuthProvider` to remove the cookie set by the browser at authentication time, so that the users are forced to re-enter their credentials the next time they try to authenticate. @@ -171,4 +171,4 @@ If your application did not return user profile information: Still having issues? Check out our [documentation](https://auth0.com/docs) or visit our [community page](https://community.auth0.com) to get more help. ::: -:::: \ No newline at end of file +:::: diff --git a/articles/quickstart/native/flutter/interactive.md b/articles/quickstart/native/flutter/interactive.md index dbeb7f839f..84641bab10 100644 --- a/articles/quickstart/native/flutter/interactive.md +++ b/articles/quickstart/native/flutter/interactive.md @@ -22,7 +22,7 @@ github: path: sample --- -# Add login to your Flutter app +# Add Login to Your Flutter Application Auth0 allows you to quickly add authentication and access user profile information in your app. This guide demonstrates how to integrate Auth0 with a Flutter app using the [Auth0 Flutter SDK](https://github.com/auth0/auth0-flutter). @@ -71,7 +71,7 @@ In Xcode, go to the **Info** tab of your app target settings. In the **URL Types

Custom URL Scheme

-## Add login to your app {{{ data-action="code" data-code="main_view.dart#29:38" }}} +## Add login to your application {{{ data-action="code" data-code="main_view.dart#29:38" }}} [Universal Login](https://auth0.com/docs/authenticate/login/auth0-universal-login) is the easiest way to set up authentication in your app. We recommend using it for the best experience, best security, and the fullest array of features. @@ -104,7 +104,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add logout to your app {{{ data-action=code data-code="main_view.dart#43:51"}}} +## Add logout to your application {{{ data-action=code data-code="main_view.dart#43:51"}}} To log users out, redirect them to the Auth0 logout endpoint to clear their login session by calling the Auth0 Flutter SDK `webAuthentication().logout()`. [Read more about logging out of Auth0](https://auth0.com/docs/authenticate/login/logout). diff --git a/articles/quickstart/native/ionic-angular/interactive.md b/articles/quickstart/native/ionic-angular/interactive.md index fd46a61277..c6db4b0e82 100644 --- a/articles/quickstart/native/ionic-angular/interactive.md +++ b/articles/quickstart/native/ionic-angular/interactive.md @@ -22,7 +22,7 @@ files: - files/user-profile --- -# Add login to your Ionic Angular with Capacitor app +# Add Login to Your Ionic Angular with Capacitor Application Auth0 allows you to quickly add authentication and access user profile information in your application. This guide demonstrates how to integrate Auth0 with an Ionic (Angular) & Capacitor application using the [Auth0 Angular SDK](https://github.com/auth0/auth0-angular). @@ -132,4 +132,4 @@ Sorry about that. Here's a couple things to double check: * check that you are only reading the user's profile when `isLoading` is `false` * check that `user` resolves to an object and is not `undefined` ::: -:::: \ No newline at end of file +:::: diff --git a/articles/quickstart/native/ios-swift/interactive.md b/articles/quickstart/native/ios-swift/interactive.md index bb4f426849..0f556341e0 100644 --- a/articles/quickstart/native/ios-swift/interactive.md +++ b/articles/quickstart/native/ios-swift/interactive.md @@ -21,7 +21,7 @@ contentType: tutorial useCase: quickstart --- -# Add Login to your iOS or macOS app +# Add Login to Your iOS or macOS Application This guide demonstrates how to add authentication and access user profile information in any iOS / macOS app using the [Auth0.swift](https://github.com/auth0/Auth0.swift) SDK. @@ -182,7 +182,7 @@ Still having issues? Check out our [documentation](https://github.com/auth0/Auth ::: :::: -## Add login to your app {{{ data-action=code data-code="MainView.swift#20:32" }}} +## Add login to your application {{{ data-action=code data-code="MainView.swift#20:31" }}} Import the `Auth0` module in the file where you want to present the login page. Then, present the [Universal Login](/authenticate/login/auth0-universal-login) page in the action of your **Login** button. @@ -210,7 +210,7 @@ Still having issues? Check out our [documentation](https://github.com/auth0/Auth ::: :::: -## Add logout to your app {{{ data-action=code data-code="MainView.swift#34:46" }}} +## Add logout to your application {{{ data-action=code data-code="MainView.swift#33:44" }}} Now that you can log in to your app, you need a way to [log out](/authenticate/login/logout). In the action of your **Logout** button, call the `clearSession()` method to clear the Universal Login session cookie. diff --git a/articles/quickstart/native/maui/interactive.md b/articles/quickstart/native/maui/interactive.md index 405ce6c9a6..03c9607e77 100644 --- a/articles/quickstart/native/maui/interactive.md +++ b/articles/quickstart/native/maui/interactive.md @@ -20,7 +20,7 @@ files: - files/main-page --- -# Add Login to a MAUI application +# Add Login to Your MAUI Application Auth0 allows you to add authentication to almost any application type quickly. This guide demonstrates how to integrate Auth0, add authentication, and display user profile information in any .NET MAUI application using the Auth0 SDKs for [MAUI](https://www.nuget.org/packages/Auth0.OidcClient.MAUI/). @@ -135,7 +135,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add Login to Your Application {{{ data-action="code" data-code="MainPage.xaml.cs#25" }}} +## Add login to your application {{{ data-action="code" data-code="MainPage.xaml.cs#25" }}} Now that you have configured your Auth0 Application and the Auth0 SDK, you need to set up login for your project. To do this, you will use the SDK’s `LoginAsync()` method to create a login button that redirects users to the Auth0 Universal Login page. @@ -167,7 +167,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add Logout to Your Application {{{ data-action="code" data-code="MainPage.xaml.cs#32" }}} +## Add logout to your application {{{ data-action="code" data-code="MainPage.xaml.cs#32" }}} Users who log in to your project will also need a way to log out. Create a logout button using the SDK’s `LogoutAsync()` method. When users log out, they will be redirected to your Auth0 logout endpoint, which will then immediately redirect them back to the logout URL you set up earlier in this quickstart. diff --git a/articles/quickstart/native/net-android-ios/interactive.md b/articles/quickstart/native/net-android-ios/interactive.md index c9e2545796..b1a779cc84 100644 --- a/articles/quickstart/native/net-android-ios/interactive.md +++ b/articles/quickstart/native/net-android-ios/interactive.md @@ -21,7 +21,7 @@ files: - files/my-view-controller --- -# Add Login to .NET Android and iOS App +# Add Login to Your .NET Android and iOS Application Auth0 allows you to add authentication to almost any application type quickly. This guide demonstrates how to integrate Auth0, add authentication, and display user profile information in any .NET Android and iOS application using the Auth0 SDKs for [Android](https://www.nuget.org/packages/Auth0.OidcClient.AndroidX/) and [iOS](https://www.nuget.org/packages/Auth0.OidcClient.iOS). @@ -130,7 +130,7 @@ This is an example of the XML representation of your `info.plist` file after you Additionally, you need to handle the Callback URL in the `OpenUrl` event in your `AppDelegate` class. You need to notify the Auth0 OIDC Client to finish the authentication flow by calling the `Send` method of the `ActivityMediator` singleton, passing along the URL that was sent in. -## Add Login to Your Application +## Add login to your application Now that you have configured your Auth0 Application and the Auth0 SDK, you need to set up login for your project. To do this, you will use the SDK’s `LoginAsync()` method to create a login button that redirects users to the Auth0 Universal Login page. @@ -162,7 +162,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add Logout to Your Application +## Add logout to your application Users who log in to your project will also need a way to log out. Create a logout button using the SDK’s `LogoutAsync()` method. When users log out, they will be redirected to your Auth0 logout endpoint, which will then immediately redirect them back to the logout URL you set up earlier in this quickstart. @@ -205,4 +205,4 @@ if (loginResult.IsError == false) var email = user.FindFirst(c => c.Type == "email")?.Value; var picture = user.FindFirst(c => c.Type == "picture")?.Value; } -``` \ No newline at end of file +``` diff --git a/articles/quickstart/native/react-native-expo/interactive.md b/articles/quickstart/native/react-native-expo/interactive.md index 5db1aedacd..e6bc863628 100644 --- a/articles/quickstart/native/react-native-expo/interactive.md +++ b/articles/quickstart/native/react-native-expo/interactive.md @@ -14,7 +14,7 @@ topics: - react-native --- -# Add Login to your React Native App +# Add Login to Your React Native Application @@ -136,7 +136,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add login to your app {{{ data-action=code data-code="App.js#8:14" }}} +## Add login to your application {{{ data-action=code data-code="App.js#8:14" }}} Authenticate the user by calling the `authorize` method provided by the `useAuth0` hook. This redirects the user to the Auth0 [Universal Login](https://auth0.com/docs/authenticate/login/auth0-universal-login) page for authentication, then back to your app. @@ -158,7 +158,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add logout to your app {{{ data-action=code data-code="App.js#16:22" }}} +## Add logout to your application {{{ data-action=code data-code="App.js#16:22" }}} To log the user out, redirect them to the Auth0 logout endpoint by calling `clearSession`. This will remove their session from the authorization server and log the user out of the application. diff --git a/articles/quickstart/native/react-native/interactive.md b/articles/quickstart/native/react-native/interactive.md index 98fa2c083f..1906da908e 100644 --- a/articles/quickstart/native/react-native/interactive.md +++ b/articles/quickstart/native/react-native/interactive.md @@ -13,7 +13,7 @@ topics: - react-native --- -# Add Login to your React Native App +# Add Login to Your React Native Application @@ -203,7 +203,7 @@ If your application did not launch successfully: Still having issues? Check out our [documentation](https://auth0.com/docs) or visit our [community page](https://community.auth0.com) to get more help. ::: :::: -## Add login to your app {{{ data-action=code data-code="app.js#8:14" }}} +## Add login to your application {{{ data-action=code data-code="app.js#8:14" }}} Authenticate the user by calling the `authorize` method provided by the `useAuth0` hook. This method redirects the user to the Auth0 [Universal Login](https://auth0.com/docs/authenticate/login/auth0-universal-login) page for authentication, then back to your app. @@ -225,7 +225,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add logout to your app {{{ data-action=code data-code="app.js#16:22" }}} +## Add logout to your application {{{ data-action=code data-code="app.js#16:22" }}} To log the user out, redirect them to the Auth0 log out endpoint by calling `clearSession`. This will remove their session from the authorization server and log the user out of the application. diff --git a/articles/quickstart/native/wpf-winforms/interactive.md b/articles/quickstart/native/wpf-winforms/interactive.md index 83725ce193..cba360afca 100644 --- a/articles/quickstart/native/wpf-winforms/interactive.md +++ b/articles/quickstart/native/wpf-winforms/interactive.md @@ -18,7 +18,7 @@ files: - files/mainwindow --- -# Add Login to Your WPF or WinForms App +# Add Login to Your WPF Or WinForms Application Auth0 allows you to add authentication to almost any application type quickly. This guide demonstrates how to integrate Auth0, add authentication, and display user profile information in any WPF and WinForms application using the Auth0 SDKs for [WPF](https://www.nuget.org/packages/Auth0.OidcClient.WPF/) and [WinForms](https://www.nuget.org/packages/Auth0.OidcClient.WinForms). @@ -76,7 +76,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add Login to Your Application {{{ data-action="code" data-code="MainWindow.xaml.cs#24:35" }}} +## Add login to your application {{{ data-action="code" data-code="MainWindow.xaml.cs#24:35" }}} Now that you have configured your Auth0 Application and the Auth0 SDK, you need to set up login for your project. To do this, you will use the SDK’s `LoginAsync()` method to create a login button that redirects users to the Auth0 Universal Login page. After a user successfully authenticates, they will be redirected to the callback URL you set up earlier in this quickstart. @@ -104,7 +104,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add Logout to Your Application {{{ data-action="code" data-code="MainWindow.xaml.cs#37:40" }}} +## Add logout to your application {{{ data-action="code" data-code="MainWindow.xaml.cs#37:40" }}} Users who log in to your project will also need a way to log out. Create a logout button using the SDK’s `LogoutAsync()` method. When users log out, they will be redirected to your Auth0 logout endpoint, which will then immediately redirect them back to the logout URL you set up earlier in this quickstart. @@ -152,4 +152,4 @@ Sorry about that. Here are a couple things to double-check: Still having issues? Check out our [documentation](https://auth0.com/docs) or visit our [community page](https://community.auth0.com) to get more help. ::: -:::: \ No newline at end of file +:::: diff --git a/articles/quickstart/spa/angular/interactive.md b/articles/quickstart/spa/angular/interactive.md index dff14e76b0..6c79a6048d 100644 --- a/articles/quickstart/spa/angular/interactive.md +++ b/articles/quickstart/spa/angular/interactive.md @@ -15,7 +15,7 @@ github: Visit the [Angular Authentication By Example](https://developer.auth0.com/resources/guides/spa/angular/basic-authentication) guide for a deep dive into implementing user authentication in Angular. This guide provides additional details on how to create a sign-up button, add route guards, and call a protected API from Angular. ::: -# Add Login to Your Angular App +# Add Login to Your Angular Application Auth0 allows you to add authentication to almost any application type quickly. This guide demonstrates how to integrate Auth0, add authentication, and display user profile information in any Angular application using the [Auth0 Angular SDK](https://github.com/auth0/auth0-angular). @@ -88,7 +88,7 @@ Still having issues? To get more help, check out our [documentation](/) or visit ::: :::: -## Add Logout to your Application {{{ data-action=code data-code="logout-button.ts#19:25" }}} +## Add logout to your application {{{ data-action=code data-code="logout-button.ts#19:25" }}} Users who log in to your project will also need [a way to log out](/logout/guides/logout-auth0). The SDK provides a `logout()` method on the `AuthService` class that you can use to log a user out of your app. When users log out, they will be redirected to your [Auth0 logout endpoint](/api/authentication?javascript#logout), which will then immediately redirect them to your application and the logout URL you set up earlier in this quickstart. diff --git a/articles/quickstart/spa/flutter/interactive.md b/articles/quickstart/spa/flutter/interactive.md index 6b54ceb73d..143ed0b85d 100644 --- a/articles/quickstart/spa/flutter/interactive.md +++ b/articles/quickstart/spa/flutter/interactive.md @@ -22,7 +22,7 @@ github: -# Add login to your Flutter app +# Add Login to Your Flutter Application Auth0 allows you to quickly add authentication and access user profile information in your application. This guide demonstrates how to integrate Auth0 with a Flutter application using the [Auth0 Flutter SDK](https://github.com/auth0/auth0-flutter). @@ -38,7 +38,7 @@ You should also be familiar with the [Flutter command line tool](https://docs.fl <%= include('_install_sdk') %> -## Add login to your app {{{ data-action="code" data-code="main_view.dart#34" }}} +## Add login to your application {{{ data-action="code" data-code="main_view.dart#34" }}} [Universal Login](https://auth0.com/docs/authenticate/login/auth0-universal-login) is the easiest way to set up authentication in your application. We recommend using it for the best experience, best security, and the fullest array of features. @@ -75,7 +75,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add logout to your app {{{ data-action=code data-code="main_view.dart#46"}}} +## Add logout to your application {{{ data-action=code data-code="main_view.dart#46"}}} To log users out, redirect them to the Auth0 logout endpoint to clear their login session by calling the Auth0 Flutter SDK `logout()`. [Read more about logging out of Auth0](https://auth0.com/docs/authenticate/login/logout). diff --git a/articles/quickstart/spa/react/interactive.md b/articles/quickstart/spa/react/interactive.md index 97d7423ddd..182acd7c70 100644 --- a/articles/quickstart/spa/react/interactive.md +++ b/articles/quickstart/spa/react/interactive.md @@ -15,7 +15,7 @@ github: Visit the [React Authentication By Example](https://developer.auth0.com/resources/guides/spa/react/basic-authentication) guide for a deep dive into implementing user authentication in React. This guide provides additional details on how to create a sign-up button, add route guards using React Router, and call a protected API from React. ::: -# Add Login to your React App +# Add Login to Your React Application Auth0 allows you to add authentication to almost any application type quickly. This guide demonstrates how to integrate Auth0, add authentication, and display user profile information in any React application using the Auth0 React SDK. @@ -70,7 +70,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add Login to Your Application {{{ data-action=code data-code="login.js#4:7" }}} +## Add login to your application {{{ data-action=code data-code="login.js#4:7" }}} Now that you have configured your Auth0 Application and the Auth0 React SDK, you need to set up login for your project. To do this, you will use the SDK’s loginWithRedirect() method to create a login button that redirects users to the Auth0 Universal Login page. After a user successfully authenticates, they will be redirected to the callback URL you set up earlier in this quickstart. @@ -101,7 +101,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add Logout to your Application {{{ data-action=code data-code="logout.js#10:18" }}} +## Add logout to your application {{{ data-action=code data-code="logout.js#10:18" }}} Users who log in to your project will also need a way to log out. Create a logout button using the SDK’s logout() method. When users log out, they will be redirected to your [Auth0 logout](https://auth0.com/docs/api/authentication?javascript#logout) endpoint, which will then immediately redirect them to the logout URL you set up earlier in this quickstart. diff --git a/articles/quickstart/spa/vanillajs/interactive.md b/articles/quickstart/spa/vanillajs/interactive.md index 71fc388034..1e3fbbf521 100644 --- a/articles/quickstart/spa/vanillajs/interactive.md +++ b/articles/quickstart/spa/vanillajs/interactive.md @@ -8,7 +8,7 @@ files: - files/app --- -# Add Login to Your JavaScript App +# Add Login to Your JavaScript Application Auth0 allows you to add authentication to almost any application type quickly. This guide demonstrates how to integrate Auth0, add authentication, and display user profile information in a Single-Page Application (SPA) that uses plain JavaScript, using the [Auth0 SPA SDK](https://github.com/auth0/auth0-spa-js). diff --git a/articles/quickstart/spa/vuejs/interactive.md b/articles/quickstart/spa/vuejs/interactive.md index a7ea470ca3..e79e07afdd 100644 --- a/articles/quickstart/spa/vuejs/interactive.md +++ b/articles/quickstart/spa/vuejs/interactive.md @@ -24,7 +24,7 @@ files: Visit the [Vue.js Authentication By Example](https://developer.auth0.com/resources/guides/spa/vue/basic-authentication/) guide for a deep dive into implementing user authentication in Vue. This guide provides additional details on how to create a sign-up button, add route guards, and call a protected API from Vue. ::: -# Add login to your Vue app +# Add Login to Your Vue Application Auth0 allows you to add authentication to almost any application type. This guide demonstrates how to integrate Auth0, add authentication, and display user profile information in any Vue application using the Auth0 Vue SDK. diff --git a/articles/quickstart/webapp/aspnet-core-blazor-server/interactive.md b/articles/quickstart/webapp/aspnet-core-blazor-server/interactive.md index a2ffe84770..20a9e39710 100644 --- a/articles/quickstart/webapp/aspnet-core-blazor-server/interactive.md +++ b/articles/quickstart/webapp/aspnet-core-blazor-server/interactive.md @@ -20,7 +20,7 @@ files: - files/program --- -# Add Login to your Blazor Server application +# Add Login to Your Blazor Server Application Auth0 allows you to quickly add authentication and gain access to user profile information in your application. This guide demonstrates how to integrate Auth0 with any new or existing Blazor Server application using the **Auth0.AspNetCore.Authentication** SDK. diff --git a/articles/quickstart/webapp/aspnet-core/interactive.md b/articles/quickstart/webapp/aspnet-core/interactive.md index d3035069e7..54ebad8df2 100644 --- a/articles/quickstart/webapp/aspnet-core/interactive.md +++ b/articles/quickstart/webapp/aspnet-core/interactive.md @@ -18,7 +18,7 @@ files: - files/account.controller --- -# Add Login to your ASP.NET MVC application +# Add Login to Your ASP.NET MVC Application Auth0 allows you to quickly add authentication and gain access to user profile information in your application. This guide demonstrates how to integrate Auth0 with any new or existing ASP.NET MVC application using the **Auth0.AspNetCore.Authentication** SDK. diff --git a/articles/quickstart/webapp/aspnet-owin/01-login.md b/articles/quickstart/webapp/aspnet-owin/01-login.md index 4c0d187be1..beb980dd2b 100644 --- a/articles/quickstart/webapp/aspnet-owin/01-login.md +++ b/articles/quickstart/webapp/aspnet-owin/01-login.md @@ -140,7 +140,7 @@ In the code snippet above, note that the `AuthenticationType` is set to **Auth0* -## Add login to your application +## Add login to your ASP.NET OWIN application To allow users to login to your ASP.NET OWIN application, add a `Login` action to your controller. @@ -163,7 +163,7 @@ public class AccountController : Controller } ``` -## Add logout to your application +## Add logout to your ASP.NET OWIN application From your controller's action, call `HttpContext.GetOwinContext().Authentication.SignOut` with the `CookieAuthenticationDefaults.AuthenticationType` authentication scheme to log the user out of your application. diff --git a/articles/quickstart/webapp/django/interactive.md b/articles/quickstart/webapp/django/interactive.md index d0a9fe4833..195f7cced0 100644 --- a/articles/quickstart/webapp/django/interactive.md +++ b/articles/quickstart/webapp/django/interactive.md @@ -20,7 +20,7 @@ files: -# Add login to your Django app +# Add Login to Your Django Application Auth0 allows you to add authentication and gain access to user profile information in your application. This guide demonstrates how to integrate Auth0 with a Python [Django](https://www.djangoproject.com/) application using the [Authlib](https://authlib.org/) SDK. diff --git a/articles/quickstart/webapp/express/interactive.md b/articles/quickstart/webapp/express/interactive.md index f246c08a10..ea056cdc19 100644 --- a/articles/quickstart/webapp/express/interactive.md +++ b/articles/quickstart/webapp/express/interactive.md @@ -10,7 +10,7 @@ github: -# Add Login to your Express App +# Add Login to Your Express Application Auth0 allows you to add authentication to almost any application type quickly. This guide demonstrates how to integrate Auth0, add user login, logout, and profile to a Node.js Express application using the Express OpenID Connect SDK. diff --git a/articles/quickstart/webapp/golang/interactive.md b/articles/quickstart/webapp/golang/interactive.md index 1926458f25..28a401da07 100644 --- a/articles/quickstart/webapp/golang/interactive.md +++ b/articles/quickstart/webapp/golang/interactive.md @@ -25,7 +25,7 @@ files: - files/user --- -# Add login to your Go application +# Add Login to Your Go Application Auth0 allows you to add authentication and gain access to user profile information in your application. This guide demonstrates how to integrate Auth0 with any new or existing Go web application. diff --git a/articles/quickstart/webapp/java-spring-boot/interactive.md b/articles/quickstart/webapp/java-spring-boot/interactive.md index e729598434..a6aed541da 100644 --- a/articles/quickstart/webapp/java-spring-boot/interactive.md +++ b/articles/quickstart/webapp/java-spring-boot/interactive.md @@ -12,7 +12,7 @@ github: path: mvc-login --- -# Add login to your Spring Webapp +# Add Login to Your Spring Web Application ::: panel Using Spring WebFlux? This tutorial uses [Spring MVC](https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html). If you are using [Spring WebFlux](https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html#spring-web-reactive), the steps to add authentication are similar, but some implementation details are different. Refer to the [Spring Boot WebFlux Sample Code](https://github.com/auth0-samples/auth0-spring-boot-login-samples/tree/master/webflux-login) to see how to integrate Auth0 with your Spring Boot WebFlux application. @@ -181,4 +181,4 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: -:::: \ No newline at end of file +:::: diff --git a/articles/quickstart/webapp/java/interactive.md b/articles/quickstart/webapp/java/interactive.md index b52a382576..5fb7532d8c 100644 --- a/articles/quickstart/webapp/java/interactive.md +++ b/articles/quickstart/webapp/java/interactive.md @@ -18,7 +18,7 @@ github: path: 01-Login --- -# Add login to your Java Servlet application +# Add Login to Your Java Servlet Application Auth0 allows you to quickly add authentication and gain access to user profile information in your application. This guide demonstrates how to integrate Auth0 with any new or existing Java Servlet application. @@ -157,4 +157,4 @@ After a successful authentication, you'll be able to see the home page contents. ![Display Token](/media/articles/java/display-token.png) -Log out by clicking the **logout** button at the top right of the home page. \ No newline at end of file +Log out by clicking the **logout** button at the top right of the home page. diff --git a/articles/quickstart/webapp/laravel/interactive.md b/articles/quickstart/webapp/laravel/interactive.md index 2cb6bdea01..a61c8af6ae 100644 --- a/articles/quickstart/webapp/laravel/interactive.md +++ b/articles/quickstart/webapp/laravel/interactive.md @@ -21,7 +21,7 @@ files: - files/web --- -# Add Login to a Laravel Application +# Add Login to Your Laravel Application [Auth0's Laravel SDK](https://github.com/auth0/laravel-auth0) allows you to quickly add authentication, user profile management, and routing access control to your Laravel application. This guide demonstrates how to integrate Auth0 with a new (or existing) [Laravel 9 or 10](https://github.com/auth0/laravel-auth0#support-policy) application. diff --git a/articles/quickstart/webapp/nextjs/interactive.md b/articles/quickstart/webapp/nextjs/interactive.md index 8d7f65da7a..360ae01269 100644 --- a/articles/quickstart/webapp/nextjs/interactive.md +++ b/articles/quickstart/webapp/nextjs/interactive.md @@ -23,7 +23,7 @@ files: -# Add Login to your Next.js application +# Add Login to Your Next.js Application This guide demonstrates how to integrate Auth0 with any new or existing Next.js application using the Auth0 Next.js SDK. We recommend that you log in to follow this quickstart with examples configured for your account. diff --git a/articles/quickstart/webapp/php/interactive.md b/articles/quickstart/webapp/php/interactive.md index 049fbce277..c127953da3 100644 --- a/articles/quickstart/webapp/php/interactive.md +++ b/articles/quickstart/webapp/php/interactive.md @@ -13,7 +13,7 @@ github: path: app --- -# Add Login to your PHP application +# Add Login to Your PHP Application Auth0 allows you to add authentication to almost any application type quickly. This guide demonstrates how to integrate Auth0, add authentication, and display user profile information in any PHP application using the Auth0 PHP SDK. @@ -116,7 +116,7 @@ composer require steampixel/simple-php-router Create a new file in your application called `router.php` to define our routes, and copy in the code from the interactive panel to the right. -## Add Login to Your Application {{{ data-action=code data-code="login.php" }}} +## Add login to your application {{{ data-action=code data-code="login.php" }}} Now that you have configured your Auth0 Application and the Auth0 PHP SDK, you need to set up login for your project. To do this, you will use the SDK’s `login()` method to create a login button that redirects users to the Auth0 Universal Login page. After a user successfully authenticates, they will be redirected to the callback URL you set up earlier in this quickstart. @@ -143,7 +143,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi ::: :::: -## Add Logout to your Application {{{ data-action=code data-code="logout.php" }}} +## Add logout to your application {{{ data-action=code data-code="logout.php" }}} Users who log in to your project will also need a way to log out. We will handle a logout button using the SDK’s `logout()` method. When users log out, they will be redirected to your [Auth0 logout](https://auth0.com/docs/api/authentication?http#logout) endpoint, which will then immediately redirect them to the logout URL you set up earlier in this quickstart. diff --git a/articles/quickstart/webapp/python/interactive.md b/articles/quickstart/webapp/python/interactive.md index 8286262056..50d2735b13 100644 --- a/articles/quickstart/webapp/python/interactive.md +++ b/articles/quickstart/webapp/python/interactive.md @@ -19,7 +19,7 @@ github: -# Add login to your Python Flask app +# Add Login to Your Python Flask Application Auth0 allows you to add authentication and gain access to user profile information in your application. This guide demonstrates how to integrate Auth0 with a Python [Flask](https://flask.palletsprojects.com) application using the [Authlib](https://authlib.org/) SDK. diff --git a/articles/quickstart/webapp/rails/interactive.md b/articles/quickstart/webapp/rails/interactive.md index 3c9092f9c8..4a3af555e2 100644 --- a/articles/quickstart/webapp/rails/interactive.md +++ b/articles/quickstart/webapp/rails/interactive.md @@ -10,7 +10,7 @@ files: - files/concern --- -# Add login to your Ruby on Rails app +# Add Login to Your Ruby on Rails Application <%= include('../../_includes/_configure_auth0_interactive', { callback: 'http://localhost:3000/auth/auth0/callback',