na2hiro / remix-auth-twitter

Remix Auth plugin for Twitter OAuth 2.0 & 1.0a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interface to set authorization url

maurerbot opened this issue · comments

commented

The current setup here will always take the user to authorize. Being able to set the auth url to /authenticate would be useful.

See this post for more details: https://twittercommunity.com/t/oauth-authenticate-keep-asking-permissions-everytime/375/6

Good point, /authenticate seems to be nice for most of cases to not bother users every time. Let me make /authenticate the default and add a flag for the current behavior

Released 1.0.0. https://github.com/na2hiro/remix-auth-twitter/releases/tag/v1.0.0

Thanks for clarifying the use case! My project will also benefit from this