Saevon / webdnd

An application to automate basic aspects of Dungeons & Dragons. Also a library of various D&D things.
MIT License
11 stars 3 forks source link

Not Logged in API Error #40

Closed Saevon closed 11 years ago

Saevon commented 11 years ago

If you try to use the API endpoints while not logged in you get redirected to the login page, however our json serializer doesn't know that. Thus we get a server error.

Fix it so that the Login mixin and the json decorator can coexist in our API

Saevon commented 11 years ago

This has been fixed. See commit f65a92865aa46d1d24fa8fa19c0f9c82de0a81a2