docs icon indicating copy to clipboard operation
docs copied to clipboard

Auth0 documentation

Results 162 docs issues
Sort by recently updated
recently updated
newest added

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. Commits 782c264 3.0.8 6ade2da fix: trim pattern a6f52b0 3.0.7 e4cd434 fix: treat nocase:true as always having magic e6bbe1c publishConfig for 3.0 5b7cd33 3.0.6 20b4b56...

dependencies

This PR updates the PostgreSQL templates to use the current Client syntax. Currently the templates throw an error message as `postgres.connect` has been deprecated since postgres v7.0.0.

https://auth0.com/docs/customize/universal-login-pages/universal-login-page-customization Add the **logouturl** configuration to the block ``` var logourl = "https://example.com/defaultlogo1.png"; //set default logo if(config.clientID === "HUXwC72R3qr9JJo9ImPsdzJbtY8aD5kS") { logourl = "https://example.com/defaultlogo2.png"; } theme: { logo: logourl, primaryColor: colors.primary...

Added clause on line 114 to clarify that getCredentials must be called after requireAuthentication to make the Lock Screen prompt the user for input. Backlog ticket: https://auth0team.atlassian.net/browse/DOCS-3040

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

### Describe the problem you'd like to have solved Add Nuxt3 docs into the "Regular Web App Section" of the docs website. Since I am not an Auth0 employee I...

This was pointed out to me in this community post: https://community.auth0.com/t/device-flow-refresh-token-is-client-secret-really-required/93066 The primary use use-case for device flow uses a native application (the app type created previously in the doc/tutorial)...

### Description In [docs](https://github.com/auth0/docs)/[articles](https://github.com/auth0/docs/tree/master/articles)/[quickstart](https://github.com/auth0/docs/tree/master/articles/quickstart)/[webapp](https://github.com/auth0/docs/tree/master/articles/quickstart/webapp)/[python](https://github.com/auth0/docs/tree/master/articles/quickstart/webapp/python)/01-login.md Under templates section there is a reference to dashboard.html but this doesn't seem to exist in the tutorial or in the [finished example repo](https://github.com/auth0-samples/auth0-python-web-app/tree/master/01-Login)

Updated the group ID for the Okta Spring Boot Starter dependency in the Maven POM file from 'com.okta' to 'com.okta.spring'. This change corrects the group ID to ensure the dependency...