Publicité
Publicité

Contenu connexe

Publicité
Publicité

JWT Authentication with Django at PyTennessee 2019

  1. JWT Authentication with DJango
  2. Who AM I Viral Parmar Founder Infinite Defense Foundation Founder of ComExpo Cyber Security Cyber Security Researcher Mozilla Reps, Mozilla Foundation Mentor, Mozilla Open Leadership Given more then 150 seminar’s and workshop. Always remember: Know hAckiNG, but no HaCKing. @viralparmarhack
  3. Todays Agenda o Common Vulnerabilities o Authentication & Authorization o Serverless o JWT o Django o JWT authentication with Django
  4. Common Web Security Vulnerabilities ● Exposing Sensitive Data ● Broken Authentication ● Security Misconfiguration ● Injection Vulnerability
  5. Overcome Security Vulnerabilitiesern Identity ? ● Authentication ● Authorization ● Security ● Personalization
  6. Authentication ➔ Traditional Username and Password ➔ Social login via Facebook,Twitter, Google , etc. ➔ Enterprise Federation and Single Sign On ➔ Passwordless
  7. Traditional Username and Password ● Most Common ● Easy to Implement ● Least Secure
  8. Social Login ● Common ● Medium Difficulty ● More secure
  9. Single Sign On ● Most Common in Enterprise ● Difficult to Implement ● Solve Authorization use cases
  10. Passwordless ● Rare / Upcoming ● Easy to Implement ● Very secure
  11. Authorization ➔ Ensure the user has the right access at the right time ➔ Grant, Change and Revoke access
  12. viralparmar.com
  13. viralparmar.com
  14. Any Questions
  15. Contact Me in.linkedin.com/in/viralparmarhacker veerskyfire@protonmail.com facebook.com/viralparmarhacker twitter.com/viralparmarhack Stay Connected Stay Safe +91 8980808222 Thank You
  16. #LogOutNow

Notes de l'éditeur

  1. Authentication : The way you login Authorization : Right access, Right People , Right Time Security : Protecting data in motion and at rest Personalization : Tailored user experience
Publicité