Created
January 20, 2019 13:14
-
-
Save AlexisTM/ed757ebd65ce836151002905c4487747 to your computer and use it in GitHub Desktop.
Redis token template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| users/[username]:token-[token] = { | |
| 'location': 'Brussels', | |
| 'origin': 'weblogin', | |
| 'creation-ip': 'x.x.x.x', | |
| 'last-use-ip': 'x.x.x.x' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment