nhost / hasura-auth

Authentication for Hasura.
https://nhost.io
MIT License
386 stars 114 forks source link

fix(pat): improve logs and replace enum type #381

Closed szilarddoro closed 1 year ago

szilarddoro commented 1 year ago

For some reason, projects using the latest Hasura Auth image couldn't create personal access tokens properly because Hasura complained about the CREATE TYPE ... AS ENUM ... statement we had in the migration scripts.

This PR changes that to an actual enum table that would be tracked by Hasura.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: f51538ee61d4efec81112d453e95e41e237e0667

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------- | ----- | | hasura-auth | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR