- auth-base-url #!optional urlparameter
Base URL parameter for OAuth2 callback URLs. Default: "http://localhost:8080".
This URL must be registered with your OAuth2 providers as an allowed callback URL. The actual callback path will be "{base-url}/auth/{provider}/callback".
;; For production deployment (auth-base-url "https://myapp.example.com") ;; For local development with custom port (auth-base-url "http://localhost:3000")