BottleneckStudio / keepmotivat.in

An app that keeps you motivated.
0 stars 0 forks source link

[Release1] Add middleware. #28

Open rbo13 opened 5 years ago

rbo13 commented 5 years ago

We should add useful middleware to our application. Namely:

We can add some middlewares later. But the middleware mentioned above should be the priority. Anything I've missed from the mentioned middleware above @kenkoii? CC @jkbicbic.

Some optional middleware could be:

rbo13 commented 5 years ago

@jkbicbic, you can assist @kenkoii on this task. Since it has 3 sub-tasks 👍

kenkoii commented 5 years ago

For rate-limiter, I believe we need some sort of redis store for us to keep track of requests. Maybe we can add that later.

However, what do you mean about auth @rbo13 ? let's add sessions first

rbo13 commented 5 years ago

However, what do you mean about auth @rbo13 ? let's add sessions first