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

TOTP or something similar #115

Open
ghost opened this issue Jul 22, 2015 · 1 comment
Open

TOTP or something similar #115

ghost opened this issue Jul 22, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 22, 2015

I am curious about this topic because I want to create external app(eshop module) which will communicate with meteor app using restivus and authorization is needed.

One solution which comes to my mind is that I could store username and password somewhere in external app but this storing password somewhere in plaintext is not right.
But if I use TOTP I will have to store that one-time password somewhere too am I right?

@kahmali
Copy link
Owner

kahmali commented Aug 9, 2015

I don't feel qualified to answer this without doing some further research, which I won't have time to do in the foreseeable future. If you don't get any feedback here (@jazeee may have some input on this if he's available), I would suggest posting this question on stack overflow.

If you need a means of providing custom authentication, check out the auth configuration option. There's currently no out-of-the-box support for custom authorization, but that's not to say you can't roll your own. Sorry for the lack of documentation on the custom auth. I'm aware of it and plan to update it soon (#98).

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

1 participant