Update Anonymous Token System authored by Phil Höfer's avatar Phil Höfer
......@@ -6,6 +6,8 @@ The token system requires usage of the mobile app or webextension (or a compatib
# Protocol (MetaGer usage)
This should contain all that's needed to implement a user agent implementation able to use our token system. Feel free to contact us, should you plan tinker around with it.
## tokenautorization cookie
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):
......@@ -16,3 +18,4 @@ In order to use the token system, the user agent needs to set a cookie named "to
| low | 30 or less |
| full | over 30 |
If this cookie isn't set, the token system will not work.
\ No newline at end of file