Skip to content

webauthn-lib 5.3#10

Open
bnf wants to merge 9 commits into
mainfrom
webauthn-lib-5.3
Open

webauthn-lib 5.3#10
bnf wants to merge 9 commits into
mainfrom
webauthn-lib-5.3

Conversation

@bnf

@bnf bnf commented May 4, 2026

Copy link
Copy Markdown
Owner

No description provided.

bnf added 9 commits May 4, 2026 08:50
Allows to install in TYPO3 v14, since
this version also supports
phpdocumentor/reflection-docblock v6.
git grep -l PublicKeyCredentialSource | xargs sed -i 's/PublicKeyCredentialSource/CredentialRecord/g'
git grep -l publicKeyCredentialSource | xargs sed -i 's/publicKeyCredentialSource/credentialRecord/g'
git grep -l CredentialSource | xargs sed -i 's/CredentialSource/CredentialRecord/g'
 # exception, PROPERTY needs to keep the old name, since this is a
 # pointer to the data array
sed -i "s/public const PROPERTY = 'credentialRecords'/public const PROPERTY = 'publicKeyCredentialSources'/" Classes/Repository/CredentialRecordRepository.php
git mv Classes/Repository/PublicKeyCredentialSourceRepository.php Classes/Repository/CredentialRecordRepository.php
Use setAllowedOrigins instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant