Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/embeddable-uis/element-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -530,10 +530,9 @@ There are few things that need to be configured here:
7. `envId` (Optional) - Required for **frontendOnly** login method, you need to pass the Permit.io Environment Key or ID here.

:::tip
We recommend to place the login close the the user's authentication part, after the user's identity confirmed by the Authentication provider you are using, but **just before** the Permit.io Element is loaded.
We recommend to place the login close to the user's authentication part, after the user's identity confirmed by the Authentication provider you are using, but **just before** the Permit.io Element is loaded.
:::

Comment thread
zeevmoney marked this conversation as resolved.

### Use The `login` Method

There are **4 supported login options** choose the one that you are using in your backend.
Expand Down
2 changes: 1 addition & 1 deletion docs/modeling/rebac-GHC.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ To implement the ABAC permissions using Permit:
For the sake of this demo, we will use the second option, as we want to demonstrate the flexibility of the Permit as a solution.

:::note
You can find the the generated and custom policy code in the following repository - https://github.com/permitio/ghc-demo-policy
You can find the generated and custom policy code in the following repository - https://github.com/permitio/ghc-demo-policy
:::

### Configure GitOps
Expand Down