Is a session based or JWT based authentication good for containerzied application using docker
Both session-based authentication and JWT-based authentication can be suitable for containerized applications using Docker. The choice between the two largely depends on your application's specific requirements, architecture, and security considerations.