Skip to content

Commit 01f74aa

Browse files
committed
Add badges and license file
1 parent 415a024 commit 01f74aa

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

LICENSE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ISC License
2+
3+
Copyright (c) 2020 Abraham Schilling
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1-
# ▲🔐 vercel-github-oauth-proxy
2-
3-
Protect a static website hosted on Vercel behind GitHub authentication.
1+
<h1 align="center">
2+
▲🔐 Vercel GitHub OAuth Proxy
3+
</h1>
4+
5+
<p align="center">
6+
Protect a static website hosted on Vercel behind GitHub authentication.
7+
</p>
8+
9+
<p align="center">
10+
<a href="https://www.npmjs.com/package/vercel-github-oauth-proxy">
11+
<img alt="Version" src="https://flat.badgen.net/npm/v/vercel-github-oauth-proxy?icon=npm">
12+
</a>
13+
<a href="https://raw.githubusercontent.com/n4bb12/vercel-github-oauth-proxy/master/LICENSE">
14+
<img alt="License" src="https://flat.badgen.net/github/license/n4bb12/vercel-github-oauth-proxy?icon=github">
15+
</a>
16+
<a href="https://github.com/n4bb12/vercel-github-oauth-proxy/issues/new/choose">
17+
<img alt="Issues" src="https://flat.badgen.net/badge/github/create issue/pink?icon=github">
18+
</a>
19+
<a href="https://david-dm.org/n4bb12/vercel-github-oauth-proxy">
20+
<img alt="Dependencies" src="https://flat.badgen.net/david/dep/n4bb12/vercel-github-oauth-proxy?icon=npm">
21+
</a>
22+
</p>
423

524
## Setup
625

0 commit comments

Comments
 (0)