Implementing login forbidden settings should not require logging out from the account
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 274
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 103
Description
## Describe the bug
Implementing forbidden settings may require logging out from the account.
## Steps to reproduce
- user `alice` login
- user `Admin` has restricted the login access of user `Alice`, making it forbidden.

- User `Alice` can perform all actions, including resource creation, deletion, and sharing, until she logs out.
## Expected behavior
forbidden settings should be enforced while the user is still logged in.
## Actual behavior
forbidden settings may require logging out from the account.
## Setup

Contributor guide
Assessment
This issue has not been assessed yet.