Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 964 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 964 Bytes

Django-Instant2FA

Example for using Instant2FA with Django's built-in authentication system.

Requirements

Getting Started

  1. Update the ACCESS_KEY and ACCESS_SECRET environment variables in docker-compose.yml with your credentials

  2. Start the container for the application with the docker-compose up command

  3. At this point the application should be running at port 8000 on your Docker host. If you are using a Docker Machine VM, you can use the docker-machine ip MACHINE_NAME command to get the IP address. If you're using Dinghy on OS X, you can access the application at mydjangoapp.docker/.

  4. Log in with username admin and password password and see how Instant2FA works!