diff --git a/README.md b/README.md index afae95d..3d70b06 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,16 @@ You can simply start a new request using the parameters of your choice, and after the flow is complete you will see the full details and the final response(s) - decoded and interpreted whenever possible. +![Authr demo screen recording to request an ID token via OpenID Connect](media/Authr-OIDC-IdToken.gif) + You can also just use the token decoder directly if you have a JWT or SAML token and want to see the contents. Note that in that case the token is decoded on your device and will never leave your browser! +![Authr demo screen recording to decode JWT and SAML tokens](media/Authr-TokenDecoder.gif) + If you choose to create an account and sign in to Authr, you can also save the configuration details of your favorite identity services, client applications and even complete request templates for easier reuse later on. +![Authr demo screen recording to show signing in and using saved request templates](media/Authr-SignedIn.gif) + ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. diff --git a/media/Authr-OIDC-IdToken.gif b/media/Authr-OIDC-IdToken.gif new file mode 100644 index 0000000..ba831bf Binary files /dev/null and b/media/Authr-OIDC-IdToken.gif differ diff --git a/media/Authr-SignedIn.gif b/media/Authr-SignedIn.gif new file mode 100644 index 0000000..b164e72 Binary files /dev/null and b/media/Authr-SignedIn.gif differ diff --git a/media/Authr-TokenDecoder.gif b/media/Authr-TokenDecoder.gif new file mode 100644 index 0000000..060aea8 Binary files /dev/null and b/media/Authr-TokenDecoder.gif differ