Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit c7f6b96

Browse files
leleujjknack
authored andcommitted
Update pac4j doc (jooby-project#1049)
1 parent 7af60e0 commit c7f6b96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/available-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* [swagger](https://github.com/jooby-project/jooby/tree/master/jooby-swagger): powerful representation of your RESTful API.
5656

5757
## auth & security
58-
* [pac4j](https://github.com/jooby-project/jooby/tree/master/jooby-pac4j): authentication module via: {{pac4j}}.
58+
* [pac4j](https://github.com/jooby-project/jooby/tree/master/jooby-pac4j2): authentication module via: {{pac4j}}.
5959

6060
## scheduling
6161
* [quartz](https://github.com/jooby-project/jooby/tree/master/jooby-quartz): advanced job scheduling.

doc/doc/pac4j2/pac4j2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Authentication module via: <a href="https://github.com/pac4j/pac4j">Pac4j 2.x</a
1515
```xml
1616
<dependency>
1717
<groupId>org.jooby</groupId>
18-
<artifactId>jooby-pac4j module</artifactId>
18+
<artifactId>jooby-pac4j2</artifactId>
1919
<version>{{version}}</version>
2020
</dependency>
2121
```

modules/jooby-pac4j2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Authentication module via: <a href="https://github.com/pac4j/pac4j">Pac4j 2.x</a
1818
```xml
1919
<dependency>
2020
<groupId>org.jooby</groupId>
21-
<artifactId>jooby-pac4j module</artifactId>
21+
<artifactId>jooby-pac4j2</artifactId>
2222
<version>1.3.0</version>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)