spiral-project / daybed

Form validation and data storage API
http://daybed.rtfd.org/
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

Check credentials in hello view #202

Closed leplatrem closed 9 years ago

leplatrem commented 9 years ago

If credentials are provided, add additionnal attribute to return the Hawk id or warn if invalid

Natim commented 9 years ago

There is already the token if logged in.

leplatrem commented 9 years ago

Yes I hadn't seen :) https://github.com/spiral-project/daybed/blob/master/daybed/views/hello.py#L11