Skip to content
forked from aruseni/fileauth

Drag & Drop log in with authentication files

Notifications You must be signed in to change notification settings

rektware/fileauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of how file authentication can be implemented. To log in, the user can either enter username/password or drag and drop an authentication file.

Figure

You can generate a new authentication file with the “makeauthfile” management command:

python manage.py makeauthfile [user_id] [filename]

For example:

python manage.py makeauthfile 1 key.txt

About

Drag & Drop log in with authentication files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.5%
  • Python 42.5%
  • CSS 15.0%