Skip to content

Releases: yezz123/authx

pep-0008: Fix Package and Module Names ✨

08 Nov 17:53
8215a2b
Compare
Choose a tag to compare

After this discussion #124 with @stephane we need to change the package name that what pep's rules provide.

Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.

carbon

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2

Fix Partial Database Route ✨

26 Oct 02:19
175eb21
Compare
Choose a tag to compare
  • Kuddos to @AbderrahimSoubaiElidrissi for fixing multiple issues in docs ✨
  • Fix Database partial router.
  • Now we can call the cache or mongo only from a partial router.

Example:

main py

What's Changed

Full Changelog: 0.1.0...0.1.1

Bump to py3.10 ✨

24 Oct 01:28
e6810ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.9...0.1.0

Code Coverage ✨

20 Oct 16:25
bae7479
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.8...0.0.9

Switch License ✨

17 Oct 11:23
c79b36d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.7...0.0.8

Create AuthX Documentation ✨

15 Oct 18:23
7d4c9b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.6...0.0.7

Provide More Classifiers ✨

11 Oct 15:59
6feac5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.5...0.0.6

Fix README & Add DocString to Main file 🚀

29 Sep 22:29
bfd547f
Compare
Choose a tag to compare

All this is based on This PR #45 :

  • here I fix issues related to documentation.
  • Generate a docstring for the main file.

Improve Docs & Generate Docstring 🚀

29 Sep 22:07
eb2c57b
Compare
Choose a tag to compare

During the work on this PR #44 :

  • I generate a docstring to improve the project & clear some parts of the code.
  • Add an Issue Template (Pre-public).
  • Create a simple Readme For the whole users.
  • Adding New Commands relate to the bumpversion package in the Makefile.

Test authX ✨

20 Sep 11:07
ca287ac
Compare
Choose a tag to compare
  • Create a simple Readme.
  • Create a Build to release the package.
  • Fix Test Issues