Skip to content

Commit 821b116

Browse files
committed
Add basics of auth page
1 parent 071348b commit 821b116

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Basics of Authentication | GitHub API
3+
---
4+
5+
# Basics of Authentication
6+
7+
In this section, we're going to focus on the basics of authentication. Specifically,
8+
we're going to run a Ruby server that implements the [web flow][webflow] of an application.
9+
10+
11+
12+
[webflow]: http://developer.github.com/v3/oauth/#web-application-flow

layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Overvie
5555
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/guides/">Guides</a></h3>
5656
<ul class="js-guides">
5757
<li><a href="/guides/getting-started/">Getting Started</a></li>
58+
<li><a href="/guides/basics-of-authentication/">Basics of Authentication</a></li>
5859
<li><a href="/guides/modifying-repositories/">Modifying Repositories</a></li>
5960
</ul>
6061
</li>

0 commit comments

Comments
 (0)