e220b50543
We move all the auth handling, serialization and deserialization into a new AuthContext interface, and then standardize a registration model for handling of specific auth context types (user, robot, token, etc).
3 lines
107 B
Python
3 lines
107 B
Python
ACCESS_TOKEN_USERNAME = '$token'
|
|
OAUTH_TOKEN_USERNAME = '$oauthtoken'
|
|
APP_SPECIFIC_TOKEN_USERNAME = '$app'
|