abedra / libvault

A C++ library for Hashicorp Vault
MIT License
34 stars 26 forks source link

Guard against unauthenticated calls #7

Closed abedra closed 5 years ago

abedra commented 5 years ago

If a call to the api should be authenticated but the token is not set, the call should not proceed. This should short circuit the call entirely.