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

Create MongoDB wallet #3

Open
eduardoboucas opened this issue Feb 4, 2016 · 3 comments
Open

Create MongoDB wallet #3

eduardoboucas opened this issue Feb 4, 2016 · 3 comments

Comments

@eduardoboucas
Copy link
Contributor

This might be useful for people that do not wish to store their tokens on a flat file in local storage. For example, a service that runs on multiple servers might wish to use the same bearer token across all instances, so they could all use a shared token wallet.

I imagine this being a massive overkill for the majority of use cases (after all, a round-trip to a remote database might be as expensive as requesting a new bearer token every time), but I wanted to discuss the idea and explore different token storage solutions, to see if people have a need for them.

@josephdenne
Copy link
Member

Can you provide a view as to the benefit of this request please?

@eduardoboucas
Copy link
Contributor Author

Updated.

(Sorry, I did write a description initially but never pressed the button 😅)

@josephdenne
Copy link
Member

Okay, that makes sense. Do you think this should be a stand alone MongoDB implementation or could this be integrated with a DADI API endpoint?

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

No branches or pull requests

2 participants