We have a Java Spring Boot app that uses auth0-spring-security-api for JWT based authentication. For the new version of the app, we want to enable decentralized identifiers and I saw Auth0 is a member of DIF, who is implementing the DID Spec.
I wonder if there is already work being done to combine DID-based authentication with Auth0 authentication.
Our plan is to add DID as an optional authentication method besides leaving Auth0 JWT as the standard authentication method.
If this has not been attempted, I wonder if there is anyone from Auth0 who is willing to help with the process so that the results are good enough that can be reused by the community.