Raven
Raven
Hi @aarondl Yes, do not return error on `LoadClientState` is a working approach. but it is more like the middleware's responsibility to handle the error. I'm thinking of doing something...
hi @preslavrachev Could you provide more context info? Where and when did you see this?
hi @x0rzkov Do you want to integrate JWT with QOR Admin resources? Or your own handler but with QOR Auth?
Both are possible. but integrate JWT into QOR Admin is not an easy job. Since you're in rush. better to do something with the Auth. ```go type Auth interface {...
I don't have a snippet. just an idea. e.g. ```go func (AdminAuth) GetCurrentUser(c *admin.Context) qor.CurrentUser { // this is a normal implementation. You can try embed JWT logic here, if...
> any updates on this pr ? @lucmichalski we are focus on next generation of QOR, so this probably won't be merged in a short time.
hi @hpdipto What specific feature do you want to use in gorm 2.0? We do have a plan to migrate qor to gorm 2.0, but haven't evaluated the impact and...
hi @x0rzkov "categories" you mean in the select_one or select_many component?
@jsthon could you fix the conflicts please?
Hi @x0rzkov Thanks for your advice, we don't have a plan for this right now. Pull request is welcome :p