Work on auth system has started!

Auth system is coming! However registration route might be restricted upon release for security reasons. Here are things we can expect from the upcoming auth system:

  1. Basic roles: user and admin. It should be self explanatory: user is for normal users, and admin is for administrative purposes.
  2. user can make posts of type post and blog. Blog is available to the blogs feed, while post should only be visible on a user’s profile page.
  3. admin beside able to do anything a user can do, can also make a post of type news.
  4. admin can unpublish and delete any posts.
  5. admin is the only one able to alter site configs.

It might possibly take us some time to implement all of them, therefore you can consider this post as a documentation of what we have planned so far.

And also, Happy New Year!