radicle-dev / radicle-client-services

Services backing the Radicle client interfaces.
Apache License 2.0
31 stars 13 forks source link

http-api: Add sessions with SIWE authentication #141

Closed sebastinez closed 2 years ago

sebastinez commented 2 years ago

This PR adds new sessions route handlers and filters to allow users to sign into the http-api.

Process:

Implementation: The idea is to provide the session id in the Authorization header, for the routes which we want to protect.