This repository was archived by the owner on Mar 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments