Replies: 1 comment 8 replies
-
@chilico I don't think you can do that now, but Piccolo Admin is protected by piccolo_admin/piccolo_admin/endpoints.py Lines 790 to 795 in 2308515 to this backend=SessionsAuthBackend(
allow_unauthenticated=True,
), After these changes you can access Piccolo Admin without providing a user. This can be configured via |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have multiple distributed cloud services, some with their own db with a Piccolo layer. Everything is locked down with our own auth, and we would like the Piccolo admin(s) to be completely open so that we can seamlessly route between them. Ideally we would do without the BaseUser table altogether - we simply don't need it. Is this somehow possible?
Beta Was this translation helpful? Give feedback.
All reactions