This is a small demo application which is the backend to my react-auth-demo project.
- There is an /article route to CRUD articles, it is only usable by authenticated users
- Use the /signup middleware to register new users.
- It should be possible to put users into roles and restrict some actions to certain roles.
- To be continued ...
All kinds of contribution are welcome. If you have ideas or found some errors or bad design, please add an issue or send a PR.
If you have questions, please contact me on Twitter: @a_reiterer