From 370efc43f5669a376f7a9663a5b93744e87707fa Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 2 Apr 2021 19:25:23 +1100 Subject: [PATCH] Created authentication (markdown) --- authentication.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 authentication.md diff --git a/authentication.md b/authentication.md new file mode 100644 index 0000000..7903828 --- /dev/null +++ b/authentication.md @@ -0,0 +1,5 @@ +# JSON Web Tokens + +I happened to have written an article for blog.pbbg.com that covers JWTs and their usage really well, so allow me to point you there: + +* [Making Egg Trainer 6](https://blog.pbbg.com/making-egg-trainer-6/) \ No newline at end of file