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

Rename `TxAuthGenericAlg` to `TxAuthGenericArg` #43

Open pinzolo opened 1 year ago

pinzolo commented 1 year ago

What is this PR for?

Rename to TxAuthGenericArg from TxAuthGenericAlg.

Overview or reasons

Looking at the spec, Web Authentication: An API for accessing Public Key Credentials Level 1 -> 10.3. Generic Transaction Authorization Extension (txAuthGeneric), I think TxAuthGenericAlg is simply typo.

Tasks

Renamed with IntelliJ's refactoring feature.

Result

Successfully renamed.

Since Alg is not included in the JSON property name, it has no effect on the external integration.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

kj84park commented 1 week ago

@pinzolo Thank you very much for your help. However, there is a conflict, so please check this part.