laravel-webauthn icon indicating copy to clipboard operation
laravel-webauthn copied to clipboard

Webauthn adapter for Laravel

Results 12 laravel-webauthn issues
Sort by recently updated
recently updated
newest added

Any possibility to dynamically change default auth model from User to another model since Laravel support dynamic auth model? e.g : In my case, I am using `Staffs` (not _Users_)...

In my use case I have 3 different kinds of users each with their own guard Would it be possible to support this?

I have implemented the solution using jquery. I have followed the test app that is provided with the readme. here's my code: ``` window.webauthn = new WebAuthn((name, message) => {...

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4 to 5. Release notes Sourced from amannn/action-semantic-pull-request's releases. v5.0.0 5.0.0 (2022-10-11) ⚠ BREAKING CHANGES Enum options need to be newline delimited (to allow whitespace within them)...

dependencies
github_actions

webauthn no longer accepts padding in clientDataJSON this sould be corrected in `resources/js/webauthn.js` at `WebAuthn.prototype._bufferEncode` a quick temp fix on `project/resources/views/vendor/webauthn/authenticate.blade.php` add ```js data.response.clientDataJSON = data.response.clientDataJSON.replace('=', ''); ``` to the...

Bumps [SonarSource/sonarcloud-github-action](https://github.com/SonarSource/sonarcloud-github-action) from 1.6 to 1.7. Release notes Sourced from SonarSource/sonarcloud-github-action's releases. Update scanner base image to sonar-scanner-cli:4.7 Update scanner base image to sonar-scanner-cli:4.7 Perform Maven/Gradle check in the projectBaseDir...

dependencies
github_actions

cannot login because axios is not loaded to register and authenticate views axios is set to dev url should be changed to a production url ```html ```

I am having an issue with some Yubikeys on `asbiin/laravel-webauthn:^3.3.1` and `web-auth/webauthn-lib:^4.6.0` for Chromium browsers -- Firefox works just fine. I have other (older and newer) keys that work on...

Can you tell me if this authorization mechanism is possible by the library? https://webauthn-doc.spomky-labs.com/pure-php/advanced-behaviours/authentication-without-username

When visiting the default page to register a new key, it immediately tries to register one: https://github.com/asbiin/laravel-webauthn/blob/a079006bf861f4d253dabed14391275dbfb0fca9/resources/views/register.blade.php#L143 The key gets registered on my OS, but saving on the server fails,...