Skip to content

Commit 4f37fcc

Browse files
committed
Changed copy
1 parent da2b68a commit 4f37fcc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

html/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ html(lang='en')
324324
.container
325325
img(src='img/pic_logo_ft.svg')
326326
p JWT.io is brought to you by Auth0.
327-
p A cloud service, APIs and tools that eliminate the friction of identity for your applications and APIs.
327+
p Implement authentication with JWTs using Auth0 on any stack and any device in less than 10 minutes.
328328

329329
a(href='https://auth0.com/signup', target="_blank").btn.btn-success Create free account
330330

views/layout.jade

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ html(lang='en')
9393
.tokens-created
9494
.container
9595
img(src='/img/pic_logo_ft.svg')
96-
p JWT.io is brought to you by Auth0.
97-
p A cloud service, APIs and tools that eliminate the friction of identity for your applications and APIs.
96+
p JWT.io is brought to you by
97+
a(href='https://auth0.com/signup', target="_blank") Auth0
98+
p Implement authentication with JWTs using Auth0 on any stack and any device in less than 10 minutes.
9899

99100
a(href='https://auth0.com/signup', target="_blank").btn.btn-success Create free account
100101

0 commit comments

Comments
 (0)