spring-attic / rest-shell

Command-line shell for interacting with Spring HATEOAS-compliant REST resources
Apache License 2.0
455 stars 100 forks source link

Improvement to Basic Authentication command #28

Open darklynx opened 11 years ago

darklynx commented 11 years ago

This will allow to set BA user without specifying a password.

Some RESTful API authenticate user by token that is transferred as user name w/o password, e.g. https://stripe.com/docs/api#authentication