distributeaid / toolbox

DistributeAid Toolbox
http://distributeaid.org
GNU Affero General Public License v3.0
3 stars 1 forks source link

GraphQL authentication middleware #96

Closed pedro-gutierrez closed 3 years ago

pedro-gutierrez commented 3 years ago

Is your feature request related to a problem? Please describe.

We need to authenticate and authorise our GraphQL queries and mutations.

Describe the solution you'd like

A set of Phoenix plugs and Absinthe middleware in order to:

Authorisation is not in scope in this ticket.