miguelgrinberg / Flask-HTTPAuth

Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes
MIT License
1.27k stars 228 forks source link

token life #103

Closed GalymzhanAbdimanap closed 4 years ago

GalymzhanAbdimanap commented 4 years ago

hello, how long is token life in flask-httpauth?

miguelgrinberg commented 4 years ago

This package does not generate any tokens, it is the application's responsibility to do that. So you can pick the type of type and the expiration yourself.