Shin Code log

Logs of solution for code

Implementing OAuth2 Authentication in Django

In the realm of web application security, OAuth2 stands out as a robust protocol for user authentication and authorization. Integrating OAuth2 into Django applications can enhance security and user experience. This post will walk you through the process of implementing OAuth2 authentication in your Django project, ensuring a secure and seamless user login mechanism.

    [Postgres] How to list active connections on PostgreSQL?

    [Postgres] How to list active connections on PostgreSQL?

    You can check connection details in Postgres using pgstatactivity. You can apply filter to satisfy your condition.

    Run docker image with bash

    Run docker image with bash

    Spawn a container and jump right into a shell

    [Postgresql] Check number of connection to db

    The query to check number of connection to db and more details about activity