Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neoito-hub/authenticationservice
https://github.com/neoito-hub/authenticationservice
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/neoito-hub/authenticationservice
- Owner: neoito-hub
- Created: 2024-01-29T05:29:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T15:01:23.000Z (8 months ago)
- Last Synced: 2024-04-26T16:02:53.327Z (8 months ago)
- Language: Go
- Size: 230 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AuthenticationService
Auth Service for appblocksInstall docker on your machine.
Move to the root directory.
Run docker compose up.While adding a new app to manage auth using shield.Create a new row in shieldApps table.
We are already seeding a new app via migrations in /shield/migrator/main.go.
Use the same migration query and replace the id and secret params while registering a new app.We have also added a sample app to use the shield service in the docker-compose.yml(auth_shield_app_container)
A similar process can be used for integrating new apps with the shield service