fief
fief copied to clipboard
Users and authentication management SaaS
Hey. Something that @frankie567 mentioned in a discussion. A generic email provider would be useful. I've made a start. It's probably not feature complete yet. It only works with TLS...
Changes to be committed: modified: backend/fief/apps/admin/routers/tenants.py modified: backend/fief/models/client.py modified: backend/fief/services/main_workspace.py modified: backend/fief/services/workspace_creation.py modified: backend/fief/settings.py
## Describe the bug The permissions/roles menu has a sub-menu which is not visible when the menu is in compact mode. Hence, we can't access the page: ## To Reproduce...
## Describe the bug I get an internal server error when I try to sign in after opening an auth url that has been set up to show the register...
To provide better customization, we could offer to override HTML templates using a defined location. This is handled pretty well by Jinja. In a Docker environment, developers would only need...
## Describe the bug When entering multiple URI via the GUI for a client, only the first entry is validated for https. The validation logic stops at the first entry...
Following #211 and #194, we found out that, by default, OpenAPI sets default values for `authorization_code_lifetime_seconds`, `access_id_token_lifetime_seconds` and `refresh_token_lifetime_seconds` to `0`. This is misleading because, as we've seen, developers can...
### Discussed in https://github.com/orgs/fief-dev/discussions/300 Originally posted by **shawnpatel** November 21, 2023 I'm trying to update the profile theme to dark mode, but some of the text isn't changing colors from...
## Describe the bug Fief responds with "500 Internal Server Error" while using different Admin REST API from a script. ## To Reproduce Steps to reproduce the behavior: 1. Start...
## Describe the bug In Digital Ocean Manage Postgres database you are limited to a number of connections that is related to the number of cores. I have found that...