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

Шифруются ли передаваемые данные? #10

Open
Lesp1ker opened this issue Sep 8, 2015 · 1 comment
Open

Шифруются ли передаваемые данные? #10

Lesp1ker opened this issue Sep 8, 2015 · 1 comment

Comments

@Lesp1ker
Copy link

Lesp1ker commented Sep 8, 2015

Пишу свою провайдерную часть для авторизации, и вопрос:

  1. после открытия окна авторизации: https://oauth.vk.com/authorize, code в каком формате возвращается, шифруется как то (ведь state не просто так передается)?(как я понял, передается просто так) но oauth ругается (хоть и работает):
    Unable to parse state from OAuth query: ��,l�}, он как будто зашифрованный state ждет...
  2. м.б. где то есть исходники провайдерной части от вк\гитхаба\гугла и.т.д., не встречал?
  3. на стороне приложения: редиректы от провайдера обрабатываются внутри пакета oauth я так понимаю (явно не нужно указывать обработку)?
@Lesp1ker Lesp1ker changed the title Список пакетов Шифруется ли передаваемые данные? Sep 28, 2015
@Lesp1ker Lesp1ker changed the title Шифруется ли передаваемые данные? Шифруются ли передаваемые данные? Sep 30, 2015
@AlexanderBelokon
Copy link

The "Unable to parse state" error is a frequent one across all loginWith providers:
Multiply/meteor-accounts-steam#2
PoBuchi/meteor-accounts-linkedin#4

It is usually fixed with a change like that:
https://github.com/nrser/meteor-accounts-soundcloud/commit/13a66486b95e2fffa7928f12a65173272c16b1f1#diff-758a43140365cae81faf4e0857c85adcR33

It seems that this change was already implemented in 7e5ffe0

Are you using the latest version? Do you still experience this issue?

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