Update Anonymous Token System authored by Phil Höfer's avatar Phil Höfer
......@@ -6,4 +6,11 @@ The token system requires usage of the mobile app or webextension (or a compatib
# Protocol (MetaGer usage)
In order to use the token system, the user agent needs to set a cookie named "tokenautorization" which signifies the key's current fill level (because the MetaGer server can't know it).
\ No newline at end of file
In order to use the token system, the user agent needs to set a cookie named "tokenautorization" which signifies the key's current fill level (because the MetaGer server can't know it):
| cookie value | number of tokens in key remaining |
|--------------|-----------------------------------|
| empty | 0 |
| low | \<=30 |
| full | \\>30 |