Compare commits

..

2 commits

Author SHA1 Message Date
50e6239339
feat(auth): add additional sso providers
Some checks failed
container-scan / Container Scan (pull_request) Successful in 2m17s
docker-build / docker (pull_request) Failing after 2m6s
tests / Tests (pull_request) Failing after 1m35s
2025-06-30 10:00:08 +02:00
01d845f27b
chore: update readme with up to date infos 2025-06-30 10:00:02 +02:00

View file

@ -152,13 +152,11 @@ Contributions are welcome! If you'd like to contribute, please follow these step
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b <type>/<issueNum>-<short_description>
```
- Example: `feat/42-add_login_form`
3. Make your changes.
4. Commit your changes using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/):
- The commit message should be structured as follows: