Closed mycroftcanner closed 5 years ago
Do you need to call authenticate() just once? Or every time you access an API?
Does the session expire?
you just need authenticate once, when auth succeeded, you save the session, and every time you open the app, you should authenticate with saved session. There is a complete and clear description in README.md
README.md
Do you need to call authenticate() just once? Or every time you access an API?
Does the session expire?