Authentication¶
Piccolo ships with authentication support out of the box.
Registering the app¶
Make sure 'piccolo.apps.user.piccolo_app'
is in your AppRegistry
(see
Piccolo Projects).
Tables¶
Web app integration¶
Our sister project, Piccolo API,
contains powerful endpoints and middleware for integrating
session auth
and token auth
into your ASGI web application, using BaseUser
.