-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Is it possible to use an alternative header for authentication?
I use stitches to protect the API routes from unauthorized requests based on the API key, but I use devise-jwt to authenticate/authorize user access.
Devise-jwt uses a Bearer token in the Authorization header, so being able to override the header used by stitches to almost anything else would let these two gems play nice together.
Metadata
Metadata
Assignees
Labels
No labels