Nik Tomazic
Nik Tomazic
#### Environment ``` HikariCP version: 3.3.1 JDK version : 1.8.0_111 Database : 5.5.60-MariaDB Driver version : 2.4.2 (org.mariadb.jdbc.mariadb-java-client) ``` ----------------------------------------------------------------------------------------- #### Problem HikariCP & database connection works well as long...
I fixed the typo "informatiom" -> "information", because it bothered me too much.
I'm using `dj-rest-auth` on the backend and [NextAuth.js](https://next-auth.js.org/) on the frontend. After successfully logging in via NextAuth.js I get the following `account` passed to my `signIn` callback: ``` { provider:...
How can you figure out (in the webhook on `charge:confirmed`) who purchased a product when using Coinbase Checkout? As far as I know there's no way to attach `metadata` when...
I have a multi-tenant Django app created using the [django-tenants](https://django-tenants.readthedocs.io/en/latest/) package. I successfully setup "global" social authentication using [`social_core.backends.google.GoogleOAuth2`](https://python-social-auth.readthedocs.io/en/latest/backends/google.html) backend. Now, I'd like to allow tenants to provide their own...
I have a multi-tenant Django app created using the [django-tenants](https://django-tenants.readthedocs.io/en/latest/) package. I successfully setup "global" social authentication using [`social_core.backends.google.GoogleOAuth2`](https://python-social-auth.readthedocs.io/en/latest/backends/google.html) backend. Now, I'd like to allow tenants to provide their own...