From 1700072441a22ba167793c91f8210922d9b66f7f Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 2 Apr 2021 19:38:22 +1100 Subject: [PATCH] Updated authentication (markdown) --- authentication.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/authentication.md b/authentication.md index 7903828..ce3aefb 100644 --- a/authentication.md +++ b/authentication.md @@ -2,4 +2,6 @@ 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 +* [Making Egg Trainer 6](https://blog.pbbg.com/making-egg-trainer-6/) + +I should note that the "privilege" field is no longer used - it has been replaced with booleans for "admin", "mod" and an enumeration for account type (usually set to "normal"). \ No newline at end of file