We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AuthenticationToken resolving doesn't support MultiTenant implementation. Like:
import grails.gorm.MultiTenant class AuthenticationToken implements MultiTenant<AuthenticationToken> { Long tenantId String username String token static constraints = { } }
With this implementation, i get this error on login:
ERROR: column this_.tenant_id does not exist
Do you have an idea how to solve this plz ?
In my application, User domain class is multitenant so AuthenticationToken must be too.
The text was updated successfully, but these errors were encountered:
any news ?
Sorry, something went wrong.
No branches or pull requests
AuthenticationToken resolving doesn't support MultiTenant implementation.
Like:
With this implementation, i get this error on login:
Do you have an idea how to solve this plz ?
In my application, User domain class is multitenant so AuthenticationToken must be too.
The text was updated successfully, but these errors were encountered: