Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist Auth Token #9

Closed
jstart opened this issue Sep 15, 2016 · 2 comments
Closed

Persist Auth Token #9

jstart opened this issue Sep 15, 2016 · 2 comments
Labels

Comments

@jstart
Copy link

jstart commented Sep 15, 2016

Love the project, would love to have the ability to persist authentication across launches. Do you think this would be relatively simple to support?

@tonyli508
Copy link
Owner

Persisting the token would be very simple. The problem is how to verify it, if user login on another device your current token will be invalid.

I could add a persisted token init parameter for LinkedinSwiftHelper, who want to persist token could reuse the token across launches. But it sounds like kick the ball to someone else.

@tonyli508
Copy link
Owner

Hi @jstart ,

Check 1.7.4 out, see if this is what you want.

pod 'LinkedinSwift', '~> 1.7.4'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants