mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
436b195242
Adds a callout to the `config.mdx` documentation warning users that enabling the Guard without first creating an admin user will lock them out.
16 lines
663 B
Plaintext
16 lines
663 B
Plaintext
---
|
|
title: "Permissions"
|
|
tags: ["guide"]
|
|
---
|
|
|
|
<Callout type="info" title="The documentation is currently a work in progress">
|
|
Check back soon — or stay updated on our progress on
|
|
[GitHub](https://github.com/bknd-io/bknd) and join the conversation in
|
|
[Discord](https://discord.gg/952SFk8Tb8).
|
|
</Callout>
|
|
|
|
<Callout type="warn" title="Set up permissions before enabling the Guard">
|
|
If you enable the Guard without first creating an admin role (with `implicit_allow: true`) and attaching it to a user, you will be locked out of the admin portal. See [Securing Your Admin Portal](/modules/auth#securing-your-admin-portal) for the full checklist.
|
|
</Callout>
|
|
|