aviaviavi/curl-runnings

Bearer token authentication

Open

#69 opened on Feb 17, 2021

 (2 comments) (0 reactions) (0 assignees)Haskell (13 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (160 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Nice library!

Have you considered adding support for bearer token authentication and/or other authentication methods? In my use-case I need to call /login with some known values, which returns a token that I need to send as a header for all the following requests.

Contributor guide