Skip to content

Update Auth0 by Okta #676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions img/website/auth0_logo_ft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file modified img/website/ebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions views/extension/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ block content
.colophon.clearfix
.pull-left
a(target="_blank" href="https://developer.auth0.com")
| Supported by &nbsp
img(src="/img/ico_logo.svg" alt='Supported by Auth0 - JWT.io Token Based Authentication')
| Crafted by &nbsp
img(src="/img/auth0_logo_ft.svg" alt='Crafted by Auth0 - JWT.io Token Based Authentication')
a &nbsp-&nbsp
a.keep-deco(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") License

Expand Down
2 changes: 1 addition & 1 deletion views/website/counter.pug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.tokens-created
.container
img(src='/img/pic_logo_ft.svg' alt='Auth0 logo').logo
img(src='/img/auth0_logo_ft.svg' alt='Auth0 logo').logo
p JWT.io is brought to you by
a(href='https://auth0.com/signup/?utm_source=jwt.io&utm_medium=microsites&utm_campaign=devn_signup', target="_blank", rel="noreferrer noopener") Auth0
p Securely implement authentication with JWTs using Auth0 on any stack and any device in less than 10 minutes.
Expand Down
6 changes: 3 additions & 3 deletions views/website/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ html(lang='en')
| Your Privacy Choices
img.ccpa-toggle(src='https://cdn.auth0.com/website/footer/ccpa.svg' alt='Privacy choices')
a(href='https://developer.auth0.com', target="_blank")
| Supported by
img(src='/img/ico_logo.svg' alt='Supported by Auth0 - JWT.io Token Based Authentication').logo
| Crafted by
img(src='/img/auth0_logo_ft.svg' alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo
#ccpa-modal
button#close-ccpa x
h3 Your Privacy Choices
Expand All @@ -83,4 +83,4 @@ html(lang='en')

if process.env.NODE_ENV === "production"
script(src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js", type="text/javascript", charset="UTF-8", data-domain-script=COOKIE_CONSENT_DOMAIN_ID, id="consent-script")
script(src="/js/cookie-consent.js")
script(src="/js/cookie-consent.js")
6 changes: 3 additions & 3 deletions views/website/md/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The following shows a JWT that has the previous header and payload encoded, and

If you want to play with JWT and put these concepts into practice, you can use [jwt.io Debugger](https://jwt.io/#debugger-io) to decode, verify, and generate JWTs.

![JWT.io Debugger](https://cdn.auth0.com/blog/legacy-app-auth/legacy-app-auth-5.png)
![JWT.io Debugger](https://cdn.auth0.com/website/jwt/introduction/debugger.png)

## How do JSON Web Tokens work?
In authentication, when the user successfully logs in using their credentials, a JSON Web Token will be returned. Since tokens are credentials, great care must be taken to prevent security issues. In general, you should not keep tokens longer than required.
Expand All @@ -111,7 +111,7 @@ If the token is sent in the `Authorization` header, Cross-Origin Resource Sharin

The following diagram shows how a JWT is obtained and used to access APIs or resources:

![How does a JSON Web Token work](https://cdn2.auth0.com/docs/media/articles/api-auth/client-credentials-grant.png)
![How does a JSON Web Token work](https://cdn.auth0.com/website/jwt/introduction/client-credentials-grant.png)

1. The application or client requests authorization to the authorization server. This is performed through one of the different authorization flows. For example, a typical [OpenID Connect](http://openid.net/connect/) compliant web application will go through the `/oauth/authorize` endpoint using the [authorization code flow](http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth).
2. When the authorization is granted, the authorization server returns an access token to the application.
Expand All @@ -134,4 +134,4 @@ Regarding usage, JWT is used at Internet scale. This highlights the ease of clie
![Comparing the length of an encoded JWT and an encoded SAML](https://cdn.auth0.com/content/jwt/comparing-jwt-vs-saml2.png)
_Comparison of the length of an encoded JWT and an encoded SAML_

If you want to read more about JSON Web Tokens and even start using them to perform authentication in your own applications, browse to the [JSON Web Token landing page](http://auth0.com/learn/json-web-tokens) at Auth0.
If you want to read more about JSON Web Tokens and even start using them to perform authentication in your own applications, browse to the [JSON Web Token landing page](http://auth0.com/learn/json-web-tokens) at Auth0 by Okta.
6 changes: 3 additions & 3 deletions views/website/navigation.pug
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ nav.navbar.closed
.social
a.a0(href='https://developer.auth0.com', target='_blank')
span.by-text Crafted by
img(src='/img/pic_logo_ft.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication')
img(src='/img/auth0_logo_header.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication')
span.crafted-by__question-mark ?

a.supported(href='https://auth0.com', target="_blank")
| Supported by
img(src='/img/ico_logo.svg', alt='Supported by Auth0 - JWT.io Token Based Authentication').logo-mobile
| Crafted by
img(src='/img/auth0_logo_ft.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo-mobile