Tivix / django-rest-auth

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
www.tivix.com
MIT License
2.4k stars 662 forks source link

`LogoutView`'s non-compliance with `drf-spectacular` #658

Closed niccolomineo closed 2 years ago

niccolomineo commented 2 years ago

I am using Swagger UI via drf-spectacular in conjunction withdjango-rest-auth and I am getting the following warning:

Error #0: LogoutView: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Ignoring view for now.