/healthcheck
- kubernetes readiness check/assets/*
- static assets*
- website
- GET
/auth/<service>/
initialize authentication using a given<service>
, redirects back with session cookie set - GET
/identity/
returns public profile for the currently authenticated user
- POST
/publish
try to submit a new post for publishing, auth using a session cookie
NODE_ENV=production
REACT_APP_GET_IDENTITY_PATH='/identity/'
REACT_APP_TWITTER_LOGIN_PATH='/auth/twitter/'
REACT_APP_POST_PATH='/publish'