Middleware is ...

npm i cors body-parser morgan helmet
npm i @okta/oidc-middleware express-session

cors, body-parser, morgan, and helmet are all middleware packages that we'll be running on our server

@okta/oidc-middleware is the middleware from okta that we'll be using for authentication

express-session is the middleware used to create sessions in our browser


â—€ Separation of Concerns II

Designing Databasesâ–¶