Create authentification inside my homepage

Hi all,

I’m trying to make an atuthentification access to my django siteweb but i want to do it inside my homepage(cf screenshot).

What is the best way to do ?

thanks for your help :slight_smile:

The easiest way is to have your dialog box submit to your authentication page, and have it redirect back to your home page just like any other authentication dialog box.