BtrzAuth v1.2.0 BtrzAuth.Pipeline.ApiKeySecured View Source
This pipeline will:
- Check the x-api-key header is sent and load the implemented resource in
conn.private[:account]
. - Validate the providers if passed via query params.
- Add the premium keys of the providers to the ones of the current account.
Link to this section Summary
Link to this section Functions
Callback implementation for Plug.call/2
.
Callback implementation for Plug.init/1
.