adonisjs / auth

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

fix: AccessTokenDbColumns abilities type #238

Closed llucasspot closed 4 months ago

llucasspot commented 4 months ago

🔗 Linked issue

❓ Type of change

📚 Description

📝 Checklist

thetutlage commented 4 months ago

Hello @llucasspot

Can you please first explain the issue? Also make sure to add a test that reproduces the bug before you provide the fix

RomainLanz commented 4 months ago

This seems to be the explanation of the issue, but as Aman said, we first need a test that shows the issue.

llucasspot commented 4 months ago

sorry, I didnt link the issue and the PR

My mistake, my access token migration file used json and not text for the abilities column (maybe a forgotten change when i was migrating v5 to v6)

I close the ticket thx