-
Notifications
You must be signed in to change notification settings - Fork 46
GitHub Auth #91
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
GitHub Auth #91
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like
|
Please remove white borders from |
core/auth.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never require something in runtime, do it on app start.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
|
I couldn't make it work locally, even when I changed app secret and callback URL to And since this auth will always need aditional setup, we should turn in off by default. |
Done.
Both Would you like me to write some tips or doc for it?
Done. |
assets/css/project/auth.less
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use .source_* namespace
core/auth.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please move requires to top, before module exports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
Use demo key, I've created it for localhost:8080 Client ID |
|
Add short doc about auth in |
|
Ok, I`ll do it asap. |
Short doc is added. I`m going to extend it by usage examples soon.
done. |
Basic github auth module is added.