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