diff --git a/img/website/auth0_logo_ft.svg b/img/website/auth0_logo_ft.svg new file mode 100644 index 00000000..57c51da3 --- /dev/null +++ b/img/website/auth0_logo_ft.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/img/website/pic_logo_ft.svg b/img/website/auth0_logo_header.svg similarity index 100% rename from img/website/pic_logo_ft.svg rename to img/website/auth0_logo_header.svg diff --git a/img/website/ebook.png b/img/website/ebook.png index e176e43f..9d75fac8 100644 Binary files a/img/website/ebook.png and b/img/website/ebook.png differ diff --git a/views/extension/index.pug b/views/extension/index.pug index 131b7306..ede24c46 100644 --- a/views/extension/index.pug +++ b/views/extension/index.pug @@ -37,8 +37,8 @@ block content .colophon.clearfix .pull-left a(target="_blank" href="https://developer.auth0.com") - | Supported by   - img(src="/img/ico_logo.svg" alt='Supported by Auth0 - JWT.io Token Based Authentication') + | Crafted by   + img(src="/img/auth0_logo_ft.svg" alt='Crafted by Auth0 - JWT.io Token Based Authentication') a  -  a.keep-deco(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") License diff --git a/views/website/counter.pug b/views/website/counter.pug index a3f2bdd0..95c4363d 100644 --- a/views/website/counter.pug +++ b/views/website/counter.pug @@ -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. diff --git a/views/website/layout.pug b/views/website/layout.pug index 40ee91e5..74f46239 100644 --- a/views/website/layout.pug +++ b/views/website/layout.pug @@ -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 @@ -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") \ No newline at end of file + script(src="/js/cookie-consent.js") diff --git a/views/website/md/introduction.md b/views/website/md/introduction.md index 81304b3c..ff39b890 100755 --- a/views/website/md/introduction.md +++ b/views/website/md/introduction.md @@ -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. @@ -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. @@ -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. diff --git a/views/website/navigation.pug b/views/website/navigation.pug index 57edd64c..1388f24c 100644 --- a/views/website/navigation.pug +++ b/views/website/navigation.pug @@ -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 \ No newline at end of file + | Crafted by + img(src='/img/auth0_logo_ft.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo-mobile