Credit howtos/tuts authors (#264)

This commit is contained in:
Steve Chávez
2019-10-18 11:03:32 -05:00
committed by GitHub
parent 3325a1bbc6
commit 22b6ff764d
4 changed files with 9 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@
Tutorial 1 - The Golden Key
===========================
:author: `begriffs <https://github.com/begriffs>`_
In :ref:`tut0` we created a read-only API with a single endpoint to list todos. There are many directions we can go to make this API more interesting, but one good place to start would be allowing some users to change data in addition to reading it.
Step 1. Add a Trusted User