Authentication

Authentication #

Microbooks authentication is based on email and password pairs. These are used to generate JWT tokens that allow the registered user access to the api endpoints.

Authorization #

At the moment, each registered user recieves full acces to the entire system, which is to say that at the moment the authorisation (Permissions) model has not been implemented.

This feature is planned to be released at a later day. Stay tuned to the platform’s social media pages as well as the blog to keep updated on developments.