SO what i am trying to create is a way for my users to authenticate a thirdparty device through nfc tap
Users are connected to front end application using auth0 (users login with personal acc -> Auth0 generates accessToken -> user sendsToken in every request)
I have a PC that the users will have the opportunity to use for some minutes/hours i need a wayt for them to tap an nfc in the machine and gain access without having to type email password 2fa and all of those something like (discords scanQr and sign in but with nfc tap)
Any suggestion should i keep using auth0 should i move in keycloak or another identity server ?