Skip to content

Commit 8045d66

Browse files
authored
Changed name of repo to 'haproyx-lua-oauth'
Updated README to reflect repository's new name.
1 parent 9968fcc commit 8045d66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# JSON Web Token (JWT) library for HAProxy
1+
# OAuth 2 library for HAProxy
22

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.
44

55
## Install
66

@@ -14,8 +14,8 @@ The `jwtverify.lua` file has these dependencies:
1414
Install like so:
1515

1616
```
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
1919
chmod +x ./install.sh
2020
sudo ./install.sh luajwt
2121
```
@@ -47,4 +47,4 @@ A sample application can be found at https://github.com/haproxytechblog/haproxy-
4747
## Supported Signing Algorithms
4848

4949
* RS256
50-
* HS256
50+
* HS256

0 commit comments

Comments
 (0)