Previous Page Next Page

Summary

In this hour, we covered the basics of verifying authentication and permissions. You learned how to verify login status in both view functions and templates. You also learned how to modify the view functions and templates to behave differently for logged-in users than for unauthenticated users.

We also covered how to access the permissions assigned to the user. You learned how to modify the behavior of view functions and templates based on the user's permissions.

Previous Page Next Page