-
Notifications
You must be signed in to change notification settings - Fork 35
Auth refactoring & minor redesign #171
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
Conversation
// Welcome to the legacy world! | ||
// TODO: remove this extension after global refactoring | ||
extension AuthAPI { | ||
@available(*, deprecated, message: "Legacy method with callbacks") |
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.
Давай в message будем писать, какой метод стоит использовать вместо этого?
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.
Да, можно.
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.
Не проверял, как хорошо это работает, однако понятно, что подмердживать в остальные PR-ы это надо будет осторожно. В Explore и Виджетах точно используются отрефакторенные здесь методы.
Задача: #APPS-1618
Коротко для Release Notes, в формате «Сделали/Добавили/Исправили N»:
Рефакторинг авторизации и приведение её к актуальным макетам
Описание:
success_login
при авторизации через SDK соцсетейTODO