Updated authentication (markdown)

2021-04-02 19:38:22 +11:00
parent 370efc43f5
commit 1700072441
+3 -1
@@ -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/)
* [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").