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

Issue#435 - Запретить явный переход на форму логина, если уже авторизован #452

Merged
merged 4 commits into from
May 17, 2017

Conversation

IRETD
Copy link
Collaborator

@IRETD IRETD commented May 16, 2017

Немного неудобно вышло, но так получилось, что в рамках этого реквеста частично оказались изменения из другого контекста, а это:

  1. проверка на CSRF;
  2. часть подготовки окружения в nodejs к проксированию со стороны nginx (убарана выдача статики в production окружении).

@IRETD IRETD self-assigned this May 16, 2017
@IRETD IRETD requested a review from vladthelittleone May 16, 2017 08:33
@IRETD IRETD force-pushed the issue#435 branch 3 times, most recently from faf168b to 8a9db44 Compare May 16, 2017 08:55
@@ -27,13 +27,14 @@
"angular-ui-ace": "^0.2.3",
"angular-ui-bootstrap": "^2.2.0",
"angular-ui-layout": "^1.4.2",
"angular-ui-router": "^0.3.2",
"angular-ui-router": "^0.4.2",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

app.js Outdated
app.use(csurf());
app.use(function(req, res, next) {

res.cookie('XSRF-TOKEN', req.csrfToken());
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Оставить коммент о важности в наименовании этого свойства. Его ожидает ангуляр.

if (err.code === 'EBADCSRFTOKEN') {

res.status(HttpStatus.FORBIDDEN);
return res.send('You cannot do that from outside of our client side ;)')
Copy link
Collaborator

Choose a reason for hiding this comment

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

Наверно лучше будет отправлять что то в стиле
Упс, кажеться вы не достаточно разобрасил в том, как коректно отправить этот запрос, но если немного разберетесь в вопросе у вас обязательно получиться

Copy link
Owner

Choose a reason for hiding this comment

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

Опа. BBot обнаружил кул хацкера! Неплохая попытка.
Но ты как всегда халявишь. Включай мoзг и все получится.


return $q(function (resolve) {

authentication.getAuthenticationStatus(args.ignoreAuthModule, resolve, resolve);
Copy link
Collaborator

Choose a reason for hiding this comment

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

то что один параметр дважды передаеться в функцию меня немного смутило, посмотрев реалзиацию понятно, что 2 и 3 параметр это разные вещи, но подобный вызов немного путает

if (err.code === 'EBADCSRFTOKEN') {

res.status(HttpStatus.FORBIDDEN);
return res.send('You cannot do that from outside of our client side ;)')
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Предложение к сообщению:
"Хорошая попытка. Попробуй еще раз."

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.

4 participants