marcoow / rust_rest

MIT License
5 stars 1 forks source link

Introduce auth & users #19

Closed marcoow closed 1 year ago

marcoow commented 1 year ago

This introduces the notion of users and authentication. Users are identified via a simple token that's stored in the DB and authentication is required for task creation.

closes #13