Files
stacks-puppet-node/api/auth/authentication.py

6 lines
151 B
Python

from hashlib import sha256
from functools import wraps, update_wrapper
from werkzeug.datastructures import Authorization
from flask import g, request