A Login and Consent provider implementation in Go
385
A Login and Consent provider implementation in go.
From the project root folder, fire the following commands to execute this project in development mode:
go build
and
./whisper serve --port 7070 --base-ui-path ./web/ui/www --hydra-admin-url http://localhost:4445 --hydra-public-url http://localhost:4444 --client-id whisper --client-secret whisper --log-level debug --scopes-file-path ./scopes.json
This will serve Whisper at the 7070 port; endpoints /login and /consent will display our incredibly shy index.html example.
Content type
Image
Digest
Size
9.4 MB
Last updated
over 7 years ago
docker pull abilioesteves/whisper