2b8d06723c
Flask-Principal provides a very loose framework to tie in providers of two types of service (Authentication, User information), often located in different parts of a web application. Looseness of the framework is provided by using signals as the interface.
6 lines
258 B
Text
6 lines
258 B
Text
Flask-Principal provides a very loose framework to tie in providers
|
|
of two types of service (Authentication, User information), often
|
|
located in different parts of a web application.
|
|
|
|
Looseness of the framework is provided by using signals as the
|
|
interface.
|