File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # JSON Web Token (JWT) library for HAProxy
1
+ # OAuth 2 library for HAProxy
2
2
3
- This is a Lua library for HAProxy that will verify JWT tokens.
3
+ This is a Lua library for HAProxy that will verify OAuth 2 JWT tokens.
4
4
5
5
## Install
6
6
@@ -14,8 +14,8 @@ The `jwtverify.lua` file has these dependencies:
14
14
Install like so:
15
15
16
16
```
17
- git clone https://github.com/haproxytech/haproxy-lua-jwt .git
18
- cd haproxy-lua-jwt
17
+ git clone https://github.com/haproxytech/haproxy-lua-oauth .git
18
+ cd haproxy-lua-oauth
19
19
chmod +x ./install.sh
20
20
sudo ./install.sh luajwt
21
21
```
@@ -47,4 +47,4 @@ A sample application can be found at https://github.com/haproxytechblog/haproxy-
47
47
## Supported Signing Algorithms
48
48
49
49
* RS256
50
- * HS256
50
+ * HS256
You can’t perform that action at this time.
0 commit comments