microidea
Results
3
comments of
microidea
Here is maybe a more intuitive way for those who don't use jwt: ``` def auth_required(fn): def wrapper(*args, **kwargs): session = request.headers.get(AUTH_HEADER, '') # Do some authentication here maybe... return...
I just googled and get here, this feature is exactly what I need, wondering why it is still lacking. Bravo dude, appreciate
Wireshark