I am developing a REST API for web application in Django Ninja and one of our project's assumptions is possibility of using Google SSO for authentication.
Is there any equivalent of Django-Allauth for Django-Ninja? I haven't found anything similar and to be honest I have no idea on how to process that in Django Ninja.
Thanks in advance. Kind regards