Skip to content
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
29 changes: 29 additions & 0 deletions img/website/auth0_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 0 additions & 17 deletions img/website/auth0_logo_ft.svg

This file was deleted.

17 changes: 0 additions & 17 deletions img/website/auth0_logo_header.svg

This file was deleted.

2 changes: 1 addition & 1 deletion views/extension/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ block content
.pull-left
a(target="_blank" href="https://developer.auth0.com")
| Crafted by &nbsp
img(src="/img/auth0_logo_ft.svg" alt='Crafted by Auth0 - JWT.io Token Based Authentication')
img(src="/img/auth0_logo.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/auth0_logo_ft.svg' alt='Auth0 logo').logo
img(src='/img/auth0_logo.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
2 changes: 1 addition & 1 deletion views/website/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ html(lang='en')
img.ccpa-toggle(src='https://cdn.auth0.com/website/footer/ccpa.svg' alt='Privacy choices')
a(href='https://developer.auth0.com', target="_blank")
| Crafted by
img(src='/img/auth0_logo_ft.svg' alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo
img(src='/img/auth0_logo.svg' alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo
#ccpa-modal
button#close-ccpa x
h3 Your Privacy Choices
Expand Down
2 changes: 1 addition & 1 deletion views/website/md/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 by Okta.
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.
4 changes: 2 additions & 2 deletions views/website/navigation.pug
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ nav.navbar
.social
a.a0(href='https://developer.auth0.com', target='_blank')
span.by-text Crafted by
img(src='/img/auth0_logo_header.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication')
img(src='/img/auth0_logo.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication')
span.crafted-by__question-mark ?

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