Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ libraryDependencies ++= Seq(
// basic jwt token and jwks support
// "com.github.jwt-scala" %% "jwt-play" % "10.0.1",
"com.auth0" % "java-jwt" % "4.5.0",
"com.auth0" % "jwks-rsa" % "0.22.1",
"com.auth0" % "jwks-rsa" % "0.23.0",

// oauth2 provider dependencies
// oauth2 provider dependencies to be able to provide a simple oauth server packed with lasius
Expand Down