XEP-0070: Verifying HTTP Requests via XMPP

Verifying HTTP Requests via XMPP with Django

Demo


This page is a demonstration of Website authentication with XMPP account. You can login with your XMPP account without any password.
This mechanism can be used with 2FA (Two-factor authentication)

Technical information

  • This website is running on django 2.0.
  • The XMPP authentication is managed by a component written by "Chteufleur‎": HTTPAuthentificationOverXMPP.
  • More information is available on the related blog post.