Update Anonymous Token System authored by Phil Höfer's avatar Phil Höfer
......@@ -10,7 +10,7 @@ This should contain all that's needed to implement a user agent implementation a
## Tokenauthorization Cookie
In order to use the token system, the user agent needs to set a cookie named "tokenauthorization" which signifies the key's current fill level (because the MetaGer server can't know it):
In order to use the token system, the user agent needs to set a cookie named "tokenauthorization" which signifies the key's current fill level (because the MetaGer server can't know it). This is used to show key status in the user interface.
| Cookie Value | Number of Tokens in Key Remaining |
|--------------|-----------------------------------|
......
......