stepman
BABetter Auth
•Created by Mehr on 2/28/2025 in #help
How client plugins actions can be accessed?
My understanding is that where the function is exposed is controlled by the map you return in
getActions
. Here's a snippet from one of my plugins:
This will expose two functions, authClient.test.foo()
and authClient.admin.getRoleLabel()
.4 replies
BABetter Auth
•Created by je823 on 5/19/2025 in #help
listOrganizations params - docs are no help
I had the same issue, and as far as I could tell the existing functionality was restricted to the current user's orgs only. So I built my own "Org Admin" plugin:
4 replies