thinknimble / tn-spa-bootstrapper

A production-ready Django SPA app on Heroku in 20 minutes or less!
https://tn-spa-bootstrapper-staging.herokuapp.com/
MIT License
8 stars 9 forks source link

Higher API security by default and improve logs #256

Closed oudeismetis closed 10 months ago

oudeismetis commented 10 months ago

What this does

API endpoints should require user login by default. If an endpoint is allowed to be opened to all, then it should be explicitly opened up.

Checklist

How to test

Add user steps to achieve desired functionality for this feature.