Work on auth system has started!
2024-01-08 16:31 WIB - Hendrik Lie
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:
- Basic roles:
userandadmin. It should be self explanatory:useris for normal users, andadminis for administrative purposes. usercan make posts of typepostandblog. Blog is available to the blogs feed, whilepostshould only be visible on a user’s profile page.adminbeside able to do anything a user can do, can also make a post of typenews.admincan unpublish and delete any posts.adminis 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!