Sign inSign up

abilioesteves/whisper

By abilioesteves

Updated over 7 years ago

A Login and Consent provider implementation in Go

Image
0

385

abilioesteves/whisper repository overview

Whisper

A Login and Consent provider implementation in go.

Developer

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.

Tag summary

Content type

Image

Digest

Size

9.4 MB

Last updated

over 7 years ago

docker pull abilioesteves/whisper