Compare commits

..

2 commits

Author SHA1 Message Date
0815440f72
feat(auth): add additional sso providers
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m18s
docker-build / docker (pull_request) Successful in 3m25s
tests / Tests (pull_request) Successful in 2m45s
2025-06-30 10:18:13 +02:00
1d17f7329e
chore: update readme with up to date infos 2025-06-30 10:17:47 +02:00

View file

@ -152,11 +152,13 @@ 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: