Can I require authorization/login each time?
lukejclark opened this issue · 2 comments
lukejclark commented
I'm needing to force authorization/login each time a user tries to access my client, doesn't matter if they already did it or not. Is this possible? I've search everywhere and looked at other API's ways of doing it but it didn't work for Instagram.
bcackerman commented
You could clear the token everynight
ropiku commented
Yes, it's nothing related to the library. You would simply not store the token and make the user authenticate every time.