line / line-fido2-server

FIDO2(WebAuthn) server officially certified by FIDO Alliance and Relying Party examples.
Apache License 2.0
528 stars 98 forks source link

Improve message validation check #3

Closed kj84park closed 2 years ago

kj84park commented 3 years ago

When a message is entered into the controller, The controller calls the following logic to verify the message.

ReqMsgVerifier.validateRegOptionRequest(regOptionRequest);

We expect this logic to be improved with Spring Boot Bean Validation.

seachicken commented 2 years ago

Can I take up this issue?

kj84park commented 2 years ago

Can I take up this issue?

Of course! Thank you!