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

Use a local webserver for login #12

Closed
aviaryan opened this issue May 31, 2017 · 2 comments
Closed

Use a local webserver for login #12

aviaryan opened this issue May 31, 2017 · 2 comments
Milestone

Comments

@aviaryan
Copy link
Contributor

We will have to use negroni with negroni-sessions package for this.
Some SECRET variables need to be also introduced so we need to save them properly without making them visible to the end user.

@aviaryan aviaryan added this to the Milestone 1 milestone May 31, 2017
@aviaryan
Copy link
Contributor Author

aviaryan commented Jun 1, 2017

Status update: Some changes have been implemented and pushed to feature/local-auth branch.
Latest Commit: 9eadb04

The authentication is working locally but the cookies generated are not sufficient to login into another server. Upon further inspection, it seems we are missing another component from AccAPI to be added into abc. That component may require database as well. So, local server login is getting unnecessarily complex. Maybe there exists a better way for this.
Holding this issue on pause for now.

@aviaryan
Copy link
Contributor Author

Some SECRET variables need to be also introduced so we need to save them properly without making them visible to the end user.

Open sourcing will fail if we use this method. Hence closing.

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