Flask-Middleware / flask-security

Quick and simple security for Flask applications
MIT License
624 stars 155 forks source link

Auth Token Improvements #929

Open jwag956 opened 4 months ago

jwag956 commented 4 months ago

FS has supported authentication/authorization via an auth_token for a long time. Over time, there have been quite a few discussions about improvements..

It's important to document and maintain the distinction between auth tokens and API keys - the current implementation is an auth_token - and should remain that way.