Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axanet/laravel-kc-template
Laravel SSO template using keycloak
https://github.com/axanet/laravel-kc-template
keycloak laravel oauth2 php sso
Last synced: about 9 hours ago
JSON representation
Laravel SSO template using keycloak
- Host: GitHub
- URL: https://github.com/axanet/laravel-kc-template
- Owner: axanet
- Created: 2024-11-25T17:58:45.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T16:39:52.000Z (2 months ago)
- Last Synced: 2024-11-26T17:34:34.203Z (2 months ago)
- Topics: keycloak, laravel, oauth2, php, sso
- Language: PHP
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Keycloak skeleton
Super simple template for handling auth in Laravel with an external Keycloak server.
## Setup
Copy the example environment:
```bash
cp .env.example .env
```Carefully review every option and replace the placeholders.