Commit 73c9bb09 authored by manuel's avatar manuel

fixed token_service

parent 02ab9705
from security import security_util
def verifyTokenRegular(token, required_scopes):
return decodeToken(token)
return security_util.decodeToken(token)
def verifyTokenAdmin(token, required_scopes):
# TODO call restGateway to verify the token
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment