Replies: 1 comment 1 reply
-
Hey @elmage — you can 100% set up a custom auth strategy to be able to access the Payload admin UI. You may just not have your strategy configured right to correctly identify your user. These are quite complex to set up on your own, but I know there are a few plugins out there that you could look at. Try searching around here and on Discord to see what you can find! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on user authentication using a custom strategy I wrote.
Everything is fine except, the user still can't access the admin dashboard.
A request to
/api/access
shows that the user has all access to all collection butcanAccessAdmin
is set tofalse
.Do custom strategies not allow for users to access admin?
Beta Was this translation helpful? Give feedback.
All reactions