ehealthtech / box-appauth

Node bindings to the Box Content API using the new AppAuth JWT auth system
5 stars 8 forks source link

Explicitly added issued at time and not before time when creating JWT… #4

Open eHealthManny opened 7 years ago

eHealthManny commented 7 years ago

Explicitly added issued at time and not before time when creating JWT token for box. These values also include small buffers to account for differences in box server time and local time.

This should fix an issue where multiple calls to the box api would have to be made to get a token.