diff --git a/brutalist.css b/brutalist.css index f2ac238..f5f656d 100644 --- a/brutalist.css +++ b/brutalist.css @@ -64,3 +64,9 @@ pre { padding: 1em; .code { word-wrap: break-word; } + +.refused {color: #dc322f; + border: solid 8px; } + +.authorized {color: #859900; + border: solid 8px; } diff --git a/login.html b/login.html index 33df742..a48ab0e 100644 --- a/login.html +++ b/login.html @@ -7,35 +7,22 @@

Yolo App login page

Authorization process done!

← go back to main page +

Authorization Status

+

+        

State

+ The process should also return the state provided. +

         

Code

The code is generated by the Authentication server and send back to the client via the resource's owner user-agent

For us, it is a JWT:

-
+

         

Which once decoded is:

-
+

         

Tokens

Now the client server need to retrieve an Access Token and a Refresh Token by using that code.

@@ -74,6 +61,37 @@
Nothing yet.
Nothing yet.