diff --git a/_includes/auth/how-jwts-are-used.md b/_includes/auth/how-jwts-are-used.md index b8851aae7..f5837f92a 100644 --- a/_includes/auth/how-jwts-are-used.md +++ b/_includes/auth/how-jwts-are-used.md @@ -2,7 +2,7 @@ A JSON Web Token (JWT) endpoint is a service for generating and providing author The following diagram shows how JWTs are used: -![JSON Web Token Call Flow]({{site.baseurl}}/images/jwt-call-flow.png "JSON Web Token Call Flow") +![JSON Web Token Call Flow]({{site.baseurl}}/images/JWT_Flow.svg "JSON Web Token Call Flow") {% if plugincode == 'tinydrive' %} When a user opens {{pluginname}}: diff --git a/images/JWT_Flow.svg b/images/JWT_Flow.svg new file mode 100644 index 000000000..550becbb4 --- /dev/null +++ b/images/JWT_Flow.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/jwt-call-flow.png b/images/jwt-call-flow.png deleted file mode 100644 index d7e89e6a1..000000000 Binary files a/images/jwt-call-flow.png and /dev/null differ