Skip to content

Commit

Permalink
Rename Authentication to Authorization in the doc, fixes #135
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed May 22, 2017
1 parent f0c109b commit d821998
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/main/tut/auth.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: docs
title: Authentication API
title: Authorization API
---

# Authentication API
# Authorization API

Github4s supports the [Authentication API](https://developer.github.com/v3/oauth_authorizations/). As a result,
Github4s supports the [Authorization API](https://developer.github.com/v3/oauth_authorizations/). As a result,
with Github4s, you can:

- [Create a new authorization token](#create-a-new-authorization-token)
Expand Down Expand Up @@ -113,7 +113,7 @@ The `result` on the right is the corresponding [OAuthToken][auth-scala].

See [the API doc](https://developer.github.com/v3/oauth/#web-application-flow) for full reference.

As you can see, a few features of the authentication endpoint are missing.
As you can see, a few features of the authorization endpoint are missing.

As a result, if you'd like to see a feature supported, feel free to create an issue and/or a pull request!

Expand Down

0 comments on commit d821998

Please sign in to comment.