-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
passkey/webauthn support #1382
Comments
Maybe something similar to this? |
Thank you for the link. We're on Tomcat 9, If I understand the jjwt
project correctly it looks like we'd have to migrate to a
fully Java/Jakarta-EE container, which unfortunately isn't feasible for us
currently.
…On Sat, Mar 23, 2024 at 12:42 PM Lenny Primak ***@***.***> wrote:
Maybe something similar to this?
https://blog.bmarwell.de/2022/04/26/apache-shiro-jwt-authentication-jjwt.html
—
Reply to this email directly, view it on GitHub
<#1382 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJDHB7HFJNCIJE2TK453R3YZWWHVAVCNFSM6AAAAABFDKZQMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWGU2DGMZZG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I think you don't need to migrate to jakarta to use JJWT, the jdk based version is 7 => https://github.com/jwtk/jjwt/blob/2ad964a3f1d77ffa1a915640d94e9238216a52d6/pom.xml#L109C9-L109C37 |
Search before asking
Enhancement Request
Is it possible to add webauthn (passkey) support to a shiro-based application
Describe the solution you'd like
Support webauthn
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: