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

ACC-41 Добавить таблицу регистрации пользователя в приложении #45

Conversation

dmi-ch
Copy link
Contributor

@dmi-ch dmi-ch commented Jun 28, 2021

No description provided.

@linear
Copy link

linear bot commented Jun 28, 2021

ACC-41 Добавить таблицу регистрации пользователя в приложении

Прямо сейчас нельзя никак узнать зарегистрировался ли пользователь Accesso в каком-либо клиентском приложении — все access_token'ы создаются по отношению к пользователю и приложению (user_id, client_id).

Необходимо завести новую таблицу регистрации пользователя в приложении, и все access_token's прилинковывать к этой записи (или оставить как есть).

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

А также, чтобы пользователь мог закрыть регистрацию в приложении

@dmi-ch dmi-ch marked this pull request as ready for review June 28, 2021 08:11
Copy link
Collaborator

@Drevoed Drevoed left a comment

Choose a reason for hiding this comment

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

👍

@sergeysova sergeysova merged commit dd960be into master Jun 30, 2021
@sergeysova sergeysova deleted the feature/acc-41-добавить-таблицу-регистрации branch June 30, 2021 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants