Skip to content

Commit b5535a3

Browse files
committed
Move OAuth to community middlewares section
1 parent 341f73c commit b5535a3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

source/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ <h3>URL Map <i class="icon-map-marker pull-right"></i></h3>
101101
<p>Provides the ability to map paths to specific <code>HttpKernelInterface</code> applications and dispatches accordingly.</p>
102102
<p><a class="btn" href="https://github.com/stackphp/url-map">Learn More</a></p>
103103
</div>
104-
<div class="tool well well-small span6">
105-
<h3>OAuth <i class="icon-lock pull-right"></i></h3>
106-
<p>Provides experimental OAuth authentication for subsequent middlewares. Leverages <a href="https://github.com/Lusitanian/PHPoAuthLib">PHPoAuthLib</a>.</p>
107-
<p><a class="btn" href="https://github.com/stackphp/oauth">Learn More</a></p>
108-
</div>
109104
</div>
110105
</div>
111106

@@ -147,6 +142,15 @@ <h3>Backstage</h3>
147142
</div>
148143
</div>
149144
</div>
145+
<div class="row-fluid">
146+
<div class="span6">
147+
<h3>OAuth</h3>
148+
<p>Experimental OAuth authentication. Leverages <a href="https://github.com/Lusitanian/PHPoAuthLib">PHPoAuthLib</a>.</p>
149+
<div class="btn-group">
150+
<a class="btn" href="https://github.com/igorw/stack-oauth"><i class="icon icon-github"></i> GitHub</a>
151+
</div>
152+
</div>
153+
</div>
150154
</div>
151155

152156
<hr>

0 commit comments

Comments
 (0)