Open
Description
Currently we don't have a story for authentication in Tide. I hoped that this issue would help start some discussion around the topic. A few questions that come to mind:
- How much support do we want to provide? Something as involved as Django and Rails? Or something more lightweight like Flask?
- It most likely will be a
Middleware
, but is this the best approach? - How will it hook into configuration? As discussed in Add configuration (for extractors and middleware) #5 per route configuration could change the way authentication would work for that route.