asbiin / laravel-webauthn

Webauthn adapter for Laravel
MIT License
275 stars 38 forks source link

fix: fix credentialId migration type #396

Closed asbiin closed 2 years ago

asbiin commented 2 years ago

Changed credentialId migration type to mediumText.

If you already have created the webauthn_keys you can upgrade the column with a new migration:

        Schema::table('webauthn_keys', function (Blueprint $table) {
            $table->mediumText('credentialId')->change();
        });
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 3.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: