Skip to content

Login page created using Html and styled using CSS and added google authentication to access the page and it is done using DJANGO

Notifications You must be signed in to change notification settings

dhamu2908/Simple-Login-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Login-Page

Login page created using Html and styled using CSS and added google authentication to access the page and it is done using DJANGO I done this using DJANGO,HTML and i uses Google Developer APIs Console

Step 1

I created a project using DJANGO and i created a app using that project I added my app to the INSTALLED_APPS int the project settings.py And i added some authentication backends to the projects settings.py Then added a site ID and redirect users to the base route after a successful login or logout I configure all the authentication URLs

Created a project using GOOGLE DEVELOPER APIs CONSOLE

image

I done all the required functionalities to use that project

Step 2

Using command prompt i run my DJANGO app

First i migrate through APP I created a superuser After checking the code and all the requirements are correctly done

we will start running the server

image

First Page After Running the server

image

After using login with google it shows

image

If we wish to login using the Gmail it will show the google mail accounts present in our device

image

If we use SignUp then it will show the required options used to signup

image

If we have already account then we go with the sign in option

image

The page after entering the page using the credentials

image

About

Login page created using Html and styled using CSS and added google authentication to access the page and it is done using DJANGO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published