Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unique index from IDToken's token field #10

Open
wants to merge 2 commits into
base: openid-connect
Choose a base branch
from

Commits on Jun 23, 2020

  1. remove unique index from IDToken.token

    On MySQL 8.0 (and before, as far as I know) creating a unique TEXT index
    will fail with err 1170 "BLOB/TEXT column 'token' used in key specification
    without a key length"
    michaelhelvey committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a765e6a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. added myself to AUTHORS

    michaelhelvey committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    043855a View commit details
    Browse the repository at this point in the history