lbuchs / WebAuthn

A simple PHP WebAuthn (FIDO2/Passkey) server library
https://webauthn.lubu.ch
MIT License
447 stars 82 forks source link

Features #15

Closed kumirska closed 2 years ago

kumirska commented 4 years ago

Hi, lbuchs! Thank you for this library. I forked it and made a couple of changes. I will be glad if you include changes in your main repository. Here are the links to commits:

Set Authenticator Attachment: https://github.com/kumirska/WebAuthn/commit/8254e638c7351ec267e6ec1dfad66d29b178c9cc

Certificate Subject (issue: keys 'O' & 'OU' may not exist): https://github.com/kumirska/WebAuthn/commit/c0792737a7876f17022118772a485eaff4634298

Certificate Issuer (issue: keys 'O' & 'OU' may not exist): https://github.com/kumirska/WebAuthn/commit/9bec6de2be525f9cba4190a58563289feed35679

Added composer.json for convenient dependency management: https://github.com/kumirska/WebAuthn/blob/master/composer.json

Added some cases in .gitignore: https://github.com/kumirska/WebAuthn/blob/master/.gitignore

Sources files replaces into src directory (not necessary)

lbuchs commented 4 years ago

Hi @kumirska thanks for your support! Can you create a Pull request so that I can merge it in the main repo? Thanks!

lbuchs commented 2 years ago

d84f661e38