Skip to content

Commit

Permalink
More typos
Browse files Browse the repository at this point in the history
  • Loading branch information
blmstrm authored Jun 30, 2016
1 parent 44c646c commit ee66d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ This should be it. For a more detailed explanation see below. For working exampl

##A bit more detail
###oauth-params map
To configure each provider one needs to provide a map of parameters describing the oauth-service. They are as follows:
To configure each provider one needs to provide a map of parameters describing the oauth2 service. They are as follows:

`:base-url` defines the root of the url of where our oauth api is located.
`:base-url` defines the root of the url of where our oauth2 api is located.

`:auth-endpoint` defines the part that has to be added to the `:base-url` create the full authorization url.

Expand All @@ -61,7 +61,7 @@ To configure each provider one needs to provide a map of parameters describing t

`:scope` defines the rights your appplication is requesting from the user. This has to be a string where the different rights are separated by space.

`:custom-query-params` defines the custom query parameters that some providers use to enable behaviour specific to their oauth2 service.
`:custom-query-params` an optional key that defines the custom query parameters that some providers use to enable behaviour specific to their oauth2 service.

`:client-secret ` defines the client secret received when registrating your application with the provider.

Expand Down

0 comments on commit ee66d6d

Please sign in to comment.