Jeroen de Kok
Jeroen de Kok
So not sure if it is a 'bug' or just misconfiguration on my end, but I am running into some issues when combining multiple authentication mechanisms on the same User...
Would you consider creating a 2.0 branch where we can commit (possible) breaking changes? For example: - Change all the public services to private. - Add type hint and return...
Gin `Bind` (`MustBind` under the hood) aborts the request immediately and sends a 400 error as plain text to the client. ``` if err := ctx.Bind(&body); err != nil {...
Hi, Is it possible to get this module working with a killed app ? So that the phone keeps scanning for regions when the app is killed.
Fixes #134 Session handler is only available on the front end, this code throws a fatal error on the backend product page.