adonisjs / auth

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

fix: `api_tokens` template should use `usersTableName` table #163

Closed TemaSM closed 3 years ago

TemaSM commented 3 years ago

Proposed changes

Current template api_tokens of migration ignores users table name configured during installation steps of @adonisjs/auth: image

This PR fixes it, so template uses usersTableName for migration.

Types of changes

What types of changes does your code introduce?

Checklist

thetutlage commented 3 years ago

Thanks again 🙏