Add Media-Token beside access token
Media-Token can be used only to access the content, but unable to modify user data
This commit is contained in:
parent
0a71a6c840
commit
1f06c40c4c
31 changed files with 516 additions and 762 deletions
|
|
@ -1,7 +1,6 @@
|
|||
from flask import request, jsonify
|
||||
from .require_decorators import get_cropped_username
|
||||
from .require_decorators import get_cropped_otp
|
||||
from .require_decorators import get_cropped_token
|
||||
from . import token_generator_util
|
||||
from .data import dao_registration_tokens
|
||||
from .data import dao_reset_password_tokens
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue