diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b13ab76..86cae33 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,7 @@ quarkus.http.cors=true quarkus.http.cors.origins=/.*/ quarkus.package.type=uber-jar -smallrye.jwt.sign.key.location=key.jwk \ No newline at end of file +smallrye.jwt.sign.key.location=key.jwk +quarkus.webauthn.relying-party.id=oauth-playground.online +%dev.quarkus.webauthn.relying-party.id=localhost +quarkus.webauthn.relying-party.name=OAuth Playground by YSoft \ No newline at end of file diff --git a/src/main/resources/templates/OAuthResource/loginPasswordless.html b/src/main/resources/templates/OAuthResource/loginPasswordless.html index feb657d..5e70dc9 100644 --- a/src/main/resources/templates/OAuthResource/loginPasswordless.html +++ b/src/main/resources/templates/OAuthResource/loginPasswordless.html @@ -4,10 +4,13 @@