Pyramid 06: Authentication and Authorization

At this part of the tutorial we setup a simple system for authentication and authorization in order to restrict the access to some functionalities.

At this moment everybody can edit and add items to our database.
Now we are going to add a user for it, then the views to update, create and delete items will be restricted to that user.
The base to this tutorial can be found here.

Continue reading “Pyramid 06: Authentication and Authorization”