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

Added tokenManager.add/get/remove #31

Merged
merged 2 commits into from Jul 26, 2016
Merged

Conversation

lboyette-okta
Copy link
Contributor

var config = require('./config.json');
var cookies = require('./cookies');

function tokenStorageBuilder(storage) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One thing we might want to think about in the future is extracting this storage logic to another util file so that we can use it for the /authn flow (i.e. to store the stateToken).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok. I'll go ahead and do that. The separation makes sense anyway, because we have clientBuilder.js.

@rchild-okta
Copy link
Contributor

Looks good to me overall - couple nits, then 🚀

@lboyette-okta lboyette-okta merged commit cde3065 into master Jul 26, 2016
@jmelberg-okta jmelberg-okta deleted the lb-94714-tokenManager-crud branch April 23, 2018 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants