Skip to content

Setting expiration to never still requires user approval every timeΒ #10

@btzc

Description

@btzc

πŸ‘‹ Hey! We've noticed that setting expiration to never still requires the user to give approval every time even if we already have their access token. We looked at the personal settings and found that no new access token is created and the access token being returned by the omniauth call is the same as what we have stored.

We weren't sure if maybe we had misunderstood the documentation or are just using the gem incorrectly so I figured I'd try and open an issue.

  provider :trello, 'TRELLO_CONSUMER_KEY', 'TRELLO_CONSUMER_SECRET', app_name: 'My App', scope: 'read,write,account', expiration: 'never', callback_path: '/auth/trello/callback'

is the provider that we've added to our omniauth.rb file. Any help would be greatly appreciated!

Thanks a ton!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions