adonisjs / auth

Official Authentication package for AdonisJS
https://docs.adonisjs.com/guides/auth/introduction
MIT License
187 stars 65 forks source link

UUID support in foreign keys #244

Closed sooluh closed 2 months ago

sooluh commented 3 months ago

I used UUID (char(36)) on the access_auth_tokens table. I switched it to bigint and it's working fine now. Hopefully UUID will be supported here.

Originally posted by @sooluh in https://github.com/adonisjs/auth/issues/241#issuecomment-2078963627

thetutlage commented 2 months ago

Please share a reproduction that we can use to verify the issue.