ikalnytskyi / httpie-auth-store

Credential store plugin for HTTPie, attaches auth to ongoing request.
15 stars 0 forks source link

Add tests for 'Bearer' auth type #31

Closed ikalnytskyi closed 6 months ago

ikalnytskyi commented 6 months ago

The 'Bearer' authentication type is one of HTTPie's built-in ones. Let's have tests for it, and silently deprecate the 'Token' authentication that this plugin used to provide.