Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eabili0 committed Oct 28, 2019
1 parent d28ba9b commit 2b4d620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Defines a script and a library to be used when initializing a client app that co

This script/lib takes care of creating the Whisper client in case it does not exist.

Given that, when firing up your client app, you'll need to provide a `client-id`, a `client-secret`, a list of allowed `redirect-uris` and Whisper's endpoint `whisper-url`.
Given that, when firing up your client app, you'll need to provide a `client-id`, a `client-secret`, a `login-redirect-uri`, a `logout-redirect-uri` and Whisper's endpoint `whisper-url`.

The scopes that your application is able to ask for when issuing tokens are set via the `scopes` variable.

Expand Down

0 comments on commit 2b4d620

Please sign in to comment.