Replace the spellings of github/Github with GitHub

This commit is contained in:
TAKAHASHI Shuuji
2019-06-17 06:52:04 +09:00
parent f939c7e6cb
commit 02bf9fc253
50 changed files with 3675 additions and 3675 deletions

View File

@@ -56,7 +56,7 @@ OAuth and OAuth 2 are currently two of the most popular authentication methods.
github.com/bradrydzewski/go.auth
The code below demonstrates how to use this library to implement OAuth authentication in Beego using our Github credentials:
The code below demonstrates how to use this library to implement OAuth authentication in Beego using our GitHub credentials:
1. Let's add some routes
@@ -147,7 +147,7 @@ After clicking "Authorize app", the following screen appears:
![](images/14.4.github3.png?raw=true)
Figure 14.6 authorized Github information gets displayed after the login page
Figure 14.6 authorized GitHub information gets displayed after the login page
## Custom authentication