Bump version 0.28.1 → 0.28.2
Bug fixes and improvements
- The CLI
run-server
command now longer accepts a--port
parameter. It always rely on thePORT
configured in environment variables. - The CLI
run-server
command now accepts a--workers
parameter to specify the number of server processes to use. It defaults to the $WEB_CONCURRENCY environment variable if available, or 1. - Default Client now correctly updates its Redirect URI based on
FIEF_DOMAIN
on startup.