Skip to content

Commit

Permalink
Update tutorial.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang authored Dec 12, 2023
1 parent 26937f1 commit 2879302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu: framework

This tutorial demonstrates an implementation of a user signup process, including user document creation, verification code generation, and email verification and provides guidance on using the development framework to implement microservices.

NOTE: Source code available at https://github.com/SoftInstigate/restheart/tree/master/examples/user-signup[here].
NOTE: Source code available https://github.com/SoftInstigate/restheart/tree/master/examples/user-signup[here].

== Process Flow

Expand Down Expand Up @@ -135,4 +135,4 @@ http GET :8080/coll -a <your-email-address>:<your-password>
http GET :8080/coll -a <your-email-address>:<your-password>
----

For a complete guide on credential checking, refer to link:https://restheart.org/docs/security/how-clients-authenticate/#suggested-way-to-check-credentials[Suggested way to check credentials].
For a complete guide on credential checking, refer to link:https://restheart.org/docs/security/how-clients-authenticate/#suggested-way-to-check-credentials[Suggested way to check credentials].

0 comments on commit 2879302

Please sign in to comment.