Django Material Kit2 - OAuth, Extended profiles, Docker
Hello! This article presents the latest evolutions of Material Kit PRO, a premium seed project powered by Django. In the latest version, the product support OAuth via Github & Twitter, Extended user profiles, a Self-Deletion option, and improved Docker support. For newcomers, Django is a leading backend framework actively supported and versioned by programming experts and open-source enthusiasts. Thanks for reading!
- 👉 Django Material Kit2 PRO - product page
- 👉 Django Material Kit2 PRO - LIVE App
ChangeLOG - product version: v1.0.4
- ✅ OAuth via Github & Twitter
- ✅ Extended Users profile
- ✅ Self-Account Deletion
- ✅ Improved Docker Scripts
✨ OAuth via Github & Twitter
This authentication method is optional and becomes active once the app detects the OAuth secrets in the .env
file. For instance, if GITHIB_ID
and GITHUB_SECRETS
are provided, on the Sign IN page the Github authenticator becomes visible.
👉 Access the LIVE demo and see how it works
✨ Extended Users Profile
In this version, the registered users are able to save their information, and also delete their accounts.
Another enhancement for the profile page is the contact that will notify the application owner with a text sent by the registered user.
✨ Future evolutions
The product is under heavy development for more features:
- ✅ Stripe Payments
- ✅ Deployment automation (AWS, HEROKU)