We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e374abc commit 8761a90Copy full SHA for 8761a90
docs/asciidoc/modules/jwt-session-store.adoc
@@ -1,9 +1,9 @@
1
=== JWT Session
2
3
-The javadoc:JWTSession[] session store works it also a stateless session that
+The javadoc:jwt.JwtSessionStore[artifact="jooby-jwt"] session store works it also a stateless session that
4
uses https://jwt.io[JSON Web Token] standard to decode/encode data.
5
6
-To use the javadoc:JWTSession[] session store you need to add the `jooby-jwt` dependency:
+To use the javadoc:jwt.JwtSessionStore[artifact="jooby-jwt"] session store you need to add the `jooby-jwt` dependency:
7
8
[dependency, artifactId="jooby-jwt"]
9
.
0 commit comments