pyeve / eve-demo

A fully functional REST Web API. Powered by Eve.
Other
256 stars 78 forks source link

Auth is not working #21

Closed bigoper closed 6 years ago

bigoper commented 6 years ago
  1. I've added BasicAuth/TokenAuth to my project.
  2. My EndPoints are still "OPEN" to the public.

It just feels like the AUTH part got "skipped".. What am I missing?

app.py - https://gist.github.com/bigoper/7b097e9919d8e8dfbd1b5ea117a57beb settings.py - https://gist.github.com/bigoper/1ee55730b3ee36642e440a027495b8cf auth.py - https://gist.github.com/bigoper/5315789e418ed81c3b3310ef42e34e10

nicolaiarocci commented 6 years ago

Please try Stack Overflow for general usage questions (flag the question with the eve tag). This is the ticket system used for bug reports and feature requests.