bunqCommunity / bunqJSClient

A javascript SDK for the bunq API
MIT License
58 stars 23 forks source link

Create new session automatically on expiry #24

Closed Crecket closed 6 years ago

Crecket commented 6 years ago

I added a keepAlive mode which decides whether the client will send requests in an attempt to keep the session alive endlessly. Or if disabled, it will create a new session when necessary which should work on longer term session (E.G. Servers or clients which are open for longer durations)