You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to implement /api/auth/social/methods or something like that. It should return a list of available methods for social authentication. It will be used to draw UI dynamically. For example, it can return icons for Google and GitHub, and URLs.
Now Server and UI know which methods for social authentication are supported. It will be difficult to add new methods dynamically.
The text was updated successfully, but these errors were encountered:
Need to implement /api/auth/social/methods or something like that. It should return a list of available methods for social authentication. It will be used to draw UI dynamically. For example, it can return icons for Google and GitHub, and URLs.
Now Server and UI know which methods for social authentication are supported. It will be difficult to add new methods dynamically.
The text was updated successfully, but these errors were encountered: