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
landing* | |
resolve user* | |
has token -> authentication | |
does not have token -> create anonymous user | |
authentication | |
valid token -> ttt | |
invalid token -> create anonymous user | |
create anonymous user |
OlderNewer