File tree Expand file tree Collapse file tree 2 files changed +37
-3
lines changed Expand file tree Collapse file tree 2 files changed +37
-3
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 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 >
4
23
5
24
## Setup
6
25
You can’t perform that action at this time.
0 commit comments