Skip to content

Commit ea0ad57

Browse files
authored
Added blackdoor jose scala library
1 parent 2008301 commit ea0ad57

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

views/website/libraries/15-Scala.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,34 @@
115115
"gitHubRepoPath": "janjaali/spray-jwt",
116116
"repoUrl": "https://github.com/janjaali/spray-jwt",
117117
"installCommandHtml": "libraryDependencies += \"com.github.janjaali\" %% \"spray-jwt\" % \"1.0.0\""
118+
},
119+
{
120+
"minimumVersion": null,
121+
"support": {
122+
"sign": true,
123+
"verify": true,
124+
"iss": true,
125+
"sub": true,
126+
"aud": true,
127+
"exp": true,
128+
"nbf": true,
129+
"iat": false,
130+
"jti": true,
131+
"hs256": true,
132+
"hs384": true,
133+
"hs512": true,
134+
"rs256": false,
135+
"rs384": false,
136+
"rs512": false,
137+
"es256": true,
138+
"es384": false,
139+
"es512": false
140+
},
141+
"authorUrl": "https://github.com/blackdoor",
142+
"authorName": "blackdoor software",
143+
"gitHubRepoPath": "blackdoor/jose",
144+
"repoUrl": "https://github.com/blackdoor/jose",
145+
"installCommandHtml": "dependsOn(RootProject(uri(\"git://github.com/blackdoor/jose.git#0.1.0\")))"
118146
}
119147
]
120-
}
148+
}

0 commit comments

Comments
 (0)