Skip to content

Commit 20f0380

Browse files
committed
misc top-level / small docs sets
1 parent 8bac5da commit 20f0380

37 files changed

+28
-274
lines changed

main/docs/android-development-keystores-hashes.mdx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
---
2-
description: Instructions on acquiring development keystores/key hashes during
3-
Android app development.
4-
'og:image': https://cdn2.auth0.com/docs/1.14553.0/img/share-image.png
5-
'og:title': Android Development Keystores and Key Hashes
6-
'og:url': https://auth0.com/docs/
7-
permalink: android-development-keystores-hashes
2+
description: Instructions on acquiring development keystores/key hashes during Android app development.
83
title: Android Development Keystores and Key Hashes
9-
'twitter:description': Instructions on acquiring development keystores/key hashes
10-
during Android app development.
11-
'twitter:title': Android Development Keystores and Key Hashes
124
---
135
When creating a new <Tooltip tip="OAuth 2.0: Authorization framework that defines authorization protocols and workflows." cta="View Glossary" href="/docs/glossary?term=OAuth">OAuth</Tooltip> Credential for many connections you will need to provide the SHA-1 of the certificate you're using to sign your application. When completing your Application's configuration in the [Auth0 Dashboard](https://manage.auth0.com/#) you will also need to provide the SHA-256 value.
146

@@ -48,4 +40,4 @@ Version: 3`
4840

4941
Once you have your key hashes output, copy the resulting SHA256 value and go to your application's settings in the [Auth0 Dashboard](https://manage.auth0.com/#/applications). Click "Show Advanced Settings", and in the "Device Settings" tab, under "Android", fill the "App Package Name" with your application's package name, and the "Key Hashes" field with the SHA256 value you copied. Don't forget to save the changes.
5042

51-
If you don't add the Callback URL to the application settings nor the Key Hashes to the application's device settings, the Auth0 server won't return the call result to your application.
43+
If you don't add the Callback URL to the application settings nor the Key Hashes to the application's device settings, the Auth0 server won't return the call result to your application.

main/docs/articles.mdx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
---
2-
description: Get started using Auth0. Implement authentication for any kind of
3-
application in minutes.
4-
'og:image': https://cdn2.auth0.com/docs/1.14553.0/img/share-image.png
5-
'og:title': Auth0 Docs
6-
'og:url': https://auth0.com/docs/
7-
permalink: articles
2+
description: Get started using Auth0. Implement authentication for any kind of application in minutes.
83
title: Auth0 Docs
9-
'twitter:description': Get started using Auth0. Implement authentication for any kind
10-
of application in minutes.
11-
'twitter:title': Auth0 Docs
124
---
135
import {AuthDocsPipeline} from "/snippets/AuthDocsPipeline.mdx";
146

@@ -44,4 +36,4 @@ Deploy Auth0 for your applications and monitor system health and events.
4436

4537
Troubleshoot challenges, learn about Auth0’s different levels of support, and get help.
4638

47-
</Card>
39+
</Card>

main/docs/auth0-android-database-authentication.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
22
description: How to use Auth0.Android with database connections
3-
'og:image': https://cdn2.auth0.com/docs/1.14553.0/img/share-image.png
4-
'og:title': Auth0.Android Database Authentication
5-
'og:url': https://auth0.com/docs/
6-
permalink: auth0-android-database-authentication
73
title: Auth0.Android Database Authentication
8-
'twitter:description': How to use Auth0.Android with database connections
9-
'twitter:title': Auth0.Android Database Authentication
104
---
115
<Warning>
126

main/docs/auth0-android-passwordless.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
22
description: How to use Auth0.Android with passwordless connections
3-
'og:image': https://cdn2.auth0.com/docs/1.14553.0/img/share-image.png
4-
'og:title': Auth0.Android Passwordless Authentication
5-
'og:url': https://auth0.com/docs/
6-
permalink: auth0-android-passwordless
73
title: Auth0.Android Passwordless Authentication
8-
'twitter:description': How to use Auth0.Android with passwordless connections
9-
'twitter:title': Auth0.Android Passwordless Authentication
104
---
115
<Warning>
126

main/docs/auth0-android-save-and-renew-tokens.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
22
description: Keeping your user logged in with Auth0.Android
3-
'og:image': https://cdn2.auth0.com/docs/1.14553.0/img/share-image.png
4-
'og:title': Auth0.Android Save and Renew Tokens
5-
'og:url': https://auth0.com/docs/
6-
permalink: auth0-android-save-and-renew-tokens
73
title: Auth0.Android Save and Renew Tokens
8-
'twitter:description': Keeping your user logged in with Auth0.Android
9-
'twitter:title': Auth0.Android Save and Renew Tokens
104
---
115
When an authentication is performed with the `offline_access` scope included, it returns a <Tooltip tip="Refresh Token: Token used to obtain a renewed Access Token without forcing users to log in again." cta="View Glossary" href="/docs/glossary?term=refresh+token">refresh token</Tooltip> that can be used to request a new user token, without forcing the user to perform authentication again.
126

main/docs/auth0-android-user-management.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
22
description: How to use Auth0.Android to manage users
3-
'og:image': https://cdn2.auth0.com/docs/1.14553.0/img/share-image.png
4-
'og:title': 'Auth0.Android: User Management'
5-
'og:url': https://auth0.com/docs/
6-
permalink: auth0-android-user-management
73
title: 'Auth0.Android: User Management'
8-
'twitter:description': How to use Auth0.Android to manage users
9-
'twitter:title': 'Auth0.Android: User Management'
104
---
115
import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx";
126

main/docs/authenticate.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
22
description: Learn all about how to authenticate using Auth0.
3-
'og:image': https://cdn2.auth0.com/docs/1.14553.0/img/share-image.png
4-
'og:title': Authenticate
5-
'og:url': https://auth0.com/docs/
6-
permalink: authenticate
73
title: Authenticate
8-
'twitter:description': Learn all about how to authenticate using Auth0.
9-
'twitter:title': Authenticate
104
---
115
import {AuthDocsPipeline} from "/snippets/AuthDocsPipeline.mdx";
126

main/docs/configure-client-for-sender-constraining.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Configure Client for Sender Constraining"
3-
permalink: "configure-client-for-sender-constraining"
43
---
54

65
<Callout icon="file-lines" color="#0EA5E9" iconType="regular">

main/docs/customize.mdx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
---
2-
description: Learn how to brand, customize, and localize your login pages, domain
3-
names, emails sent to users, and consent prompts.
4-
'og:image': https://cdn2.auth0.com/docs/1.14553.0/img/share-image.png
5-
'og:title': Customize
6-
'og:url': https://auth0.com/docs/
7-
permalink: customize
2+
description: Learn how to brand, customize, and localize your login pages, domain names, emails sent to users, and consent prompts.
83
title: Customize
9-
'twitter:description': Learn how to brand, customize, and localize your login pages,
10-
domain names, emails sent to users, and consent prompts.
11-
'twitter:title': Customize
124
---
135
import {AuthDocsPipeline} from "/snippets/AuthDocsPipeline.mdx";
146

@@ -94,4 +86,4 @@ Reduce implementation time with Auth0-reviewed integrations you can trust.
9486

9587
Monitor and respond to events such as changed passwords or new registrations with your own business logic.
9688

97-
</Card>
89+
</Card>

main/docs/deploy-advanced-customizations-to-production.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
---
22
description: Code and instructions for Advanced Customizations of Universal Login
3-
'og:image': https://cdn2.auth0.com/docs/1.14553.0/img/share-image.png
4-
'og:title': Deploy and Host Advanced Customizations
5-
'og:url': https://auth0.com/docs/
6-
permalink: deploy-advanced-customizations-to-production
73
title: Deploy and Host Advanced Customizations
8-
'twitter:description': Code and instructions for Advanced Customizations of Universal
9-
Login
10-
'twitter:title': Deploy and Host Advanced Customizations
114
---
125
The following guide will help you deploy your customized <Tooltip tip="" cta="View Glossary" href="/docs/glossary?term=Universal+Login">Universal Login</Tooltip> screens to production and create a continuous integration and continuous delivery pipeline.
136

@@ -381,4 +374,4 @@ Finally, add these secrets to your GitHub repository:
381374
* `AWS_SECRET_ACCESS_KEY`
382375
* `CLOUDFRONT_ID`
383376
* `CLOUDFRONT_DOMAIN`
384-
* `AUTH0_DEPLOY_TOKEN`
377+
* `AUTH0_DEPLOY_TOKEN`

0 commit comments

Comments
 (0)