11 Commits

Author SHA1 Message Date
e2d0db2523 feat: add cleanup command to remove expired db entries (#2035) 2025-02-03 17:28:29 +01:00
601ffaae92 Introduce Flowpilot - integration (#1532)
This pull request introduces the new Flowpilot system along with several new features and various improvements. The key enhancements include configurable authorization, registration, and profile flows, as well as the ability to enable and disable user identifiers (e.g., email addresses and usernames) and login methods.

---------

Co-authored-by: Frederic Jahn <frederic.jahn@hanko.io>
Co-authored-by: Lennart Fleischmann <lennart.fleischmann@hanko.io>
Co-authored-by: lfleischmann <67686424+lfleischmann@users.noreply.github.com>
Co-authored-by: merlindru <hello@merlindru.com>
2024-08-06 16:07:29 +02:00
6419182c6d fix: merge conflicts and config flag not global anymore 2023-06-07 09:30:08 +02:00
fb67693a88 feat(thirdparty): sign in with apple 2023-04-28 13:31:12 +02:00
e963f26239 refactor(cmd): rework config initalization
Config initialization is done in the root command but some commands
do not require a config. If these commands are executed locally in the
checked out repo they work fine, but they will fail if they are
executed e.g. using the Docker image. I would have to provide
a config file path to the container and mount the referenced
file into the container even though it is not needed for the command.

This commit changes this by making those commands that require a
config load it themselves. It also pulls down the config flag to
the individual commands that require it instead of using a persistent
flag on the root level.
2023-04-11 16:56:12 +02:00
67a8122303 feat: impl sending request to health endpoints 2023-03-26 11:23:49 +05:30
1e4dfab361 feat(backend): initial scaffolding for isready cmd 2023-03-25 13:56:25 +05:30
27273dcfab feat: add import command 2023-03-22 15:48:16 +01:00
8c7ade0f7c feat: add version command 2023-02-16 10:09:28 +01:00
4de446475f fix: fix module path 2022-06-21 12:36:11 +02:00
80048acd8f refactor: move backend files to its own directory 2022-06-09 14:36:00 +02:00