omniauth / omniauth-instagram

OmniAuth strategy for Instagram.
112 stars 85 forks source link

Can I require authorization/login each time? #7

Closed lukejclark closed 11 years ago

lukejclark commented 11 years ago

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 11 years ago

You could clear the token everynight

ropiku commented 11 years ago

Yes, it's nothing related to the library. You would simply not store the token and make the user authenticate every time.