clovellytech / http4s-modules

Web modules built on Http4s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add means to specify other authentication strategies

zakpatterson opened this issue · comments

At the moment bearer token authentication is the only authentication strategy available. We should enable users to specify other strategies, such as:

  • ⬜️ JWT
  • ⬜️ Basic

And do it in a way that reuses endpoint code.