-
Notifications
You must be signed in to change notification settings - Fork 29
Implement Webauthn #8393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Implement Webauthn #8393
Changes from 1 commit
cd974e6
47f52ac
c522883
8938d9e
f5130f6
09afa8a
86260d8
1fe36d9
391ec47
aba3d99
4f03669
b9014a0
3447565
3cf61e6
dcff035
898abda
f68ab95
7ba0238
dc53bd0
dcf027d
a42a10d
636de42
5069e9f
ff9fb7b
23a9591
7592b13
96cf3d6
ab95204
bce5a1d
e28d477
6838401
ce831fb
dbccd1f
e652f78
3bdd978
f7734e4
c827ee5
01198f5
8a495fd
d263bec
69885d7
9987c58
699ac9d
9157c18
e65a551
8e4771e
881df01
7b95eb9
a6ac15f
5c53f6d
6cd7b7f
1c16b1a
35db834
8814f2f
bf2fa71
9034377
da5c092
4663fee
50b830a
1f1b0b3
2c32d15
fa78c96
48b5f83
5dd64dc
c449e89
0b8e657
8cf40ca
8225850
7e9fa24
8caa46b
290b60f
37139e2
a97b217
60e3162
48a0ccd
66e3db7
1292025
566d037
98d638a
435beb2
828e6ea
c6b704b
22aeaed
f4f8e19
a0280ec
7edc631
0507ef2
428ffcc
92e1d69
e2fb57d
b71c7cd
bc91c41
2fca534
560d107
3b12222
70a702c
1434c02
2eb5c53
065fd1e
4b11e93
b839a2b
7070012
9d6956c
f321d1c
f59e16f
a983204
eba46f8
dea2135
4fac665
5f7b577
60ef914
766ea06
c64692f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,7 +105,7 @@ object Dependencies { | |
// SQL Queries postgres specifics. not imported. | ||
"org.postgresql" % "postgresql" % "42.7.5", | ||
/// WebAuthn Dependencies | ||
"com.webauthn4j" % "webauthn4j-core" % "0.29.2.RELEASE" exclude("com.fasterxml.jackson.core", "jackson-databind"), | ||
"com.webauthn4j" % "webauthn4j-core" % "0.29.3.RELEASE" exclude("com.fasterxml.jackson.core", "jackson-databind"), | ||
) | ||
|
||
val dependencyOverrides: Seq[ModuleID] = Seq( | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @fm3 / @robert-oleynik I am not familiar with what
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is necessary, due to a conflict with the Play framework:
I will update the comment. |
||
|
Uh oh!
There was an error while loading. Please reload this page.