Skip to content

Releases: yezz123/authx

Test Email Core

18 Sep 14:13
d194c1f
Compare
Choose a tag to compare

0.0.2 - Test Email Core ✨

  • Create a Testable Core for Email and work on Users and JWT.
  • work on a PR to test the Services and Provide more Routers tests

First Release ✨

17 Sep 23:58
a0facc7
Compare
Choose a tag to compare

0.0.1 - First Release 🚀

  • Create Authentication Routes ex. Register, login, logout, and Reset.
  • Add The Social Authentication Routes, Connecting using Google and Facebook.
  • Give the Admin the Permission of Adding a User to the Blacklist or Ban a User from The API.
  • Done with Setup of Multiple Routes and Fix The Crud Issues.
  • Use the JWT package For Creating tokens and checking, also the Email Provider works with booths aiosmtplib and email-validator.
  • Provide the Common Models ex. Users Models and Social Models.
  • Create a Multiple Errors Support for Route and Models Validation or also if the Social Authentication CallBack got Errors.
  • Add A Recaptcha Bypass using Httpx Library and Create A String and Signature Generator using Passlib.
  • Using passlib to Verify the Password and Hash it under sha256.
  • Set up a workflow to Test The Project in a Docker environment.