Authentication Django Authentication Integration

SmartAdmin for Django uses the standard Django login and authentication architecture, so you know your application is secure.

Overview

The Sadj components and their use are demonstrated across the following pages:

Authenticated Page

This page is only accessible to authenticated users. If you are not logged in, you will be redirected to the external login page.

Login Page

This page details the SmartAdmin-aligned login form found in sadjcore, as well as the external (i.e. outside the application frame) login page.

Logout Page

This page details how the SmartAdmin-themed logout popup is included into your application and how it is invoked.

Create Account

This page details the SmartAdmin-aligned form for account creation found in sadjcore; it also contains both an inline instance of the form, and a link to an external account-creation page styled to match the external login page.