Fireup dev with one command (either Makefile or docker-compose)
Deploy to Coolify
AuthJS
Working with JWT
AuthJS will create a JWT for you, using the secret provide using symmetric encryption based on the AUTH_SECRET environment variable. The server or DB needs to validate the JWT with the same secret.