File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 115
115
"gitHubRepoPath" : " janjaali/spray-jwt" ,
116
116
"repoUrl" : " https://github.com/janjaali/spray-jwt" ,
117
117
"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\" )))"
118
146
}
119
147
]
120
- }
148
+ }
You can’t perform that action at this time.
0 commit comments