brahmlower / cssef

Cyber Security Scoring Engine Framework
7 stars 3 forks source link

Auth token renewal #40

Closed brahmlower closed 8 years ago

brahmlower commented 8 years ago

The auth token should be renewed each time a command is run, that way the user doesn't have to log in every $tokenLifespan, but rather after not having executed a cssef-cli command for $tokenLifespan amount of time

brahmlower commented 8 years ago

This has been mostly implemented in commit ee6a7fee2dfbc8956fd6b7d8778d90f1a70f367a. I just need to add a few configurables to the client. Closing this out