authentication service for my personal server.
Project description
lapa_authentication
About
Authentication service
Installation
pip install lapa_authentication
Env
- python>=3.12.0
Changelog
v0.0.13
- add custom message and status code for duplicate username.
- delete session if already present on same device for same user.
- encrypt mac_address in login and register.
- keep seperate secret keys for access token refresh token and mac address encrpytion.
v0.0.12
- create entry in device table and user_session_device table for login and register.
v0.0.11
- changes in login and register calls as per database structure changes (naming convention)
v0.0.10
- changes in register calls w.r.t new table Credential
v0.0.9
- fix missing dependencies in setup.py
v0.0.8
- remove salt storing from register.
- implement login route.
v0.0.7
- overhaul register logic.
- overhaul tablename import logic.
v0.0.6
- syntax error fix in main.py.
v0.0.5
- update database tables.
- move reading of database tables to configuration.py.
v0.0.4
- bug fix - add "email_validator>=2.0.0" in dependencies.
v0.0.3
- use lapa_commons to read config.
v0.0.2
- move logger to configuration.py.
- remove unused dependencies.
- add lapa_database_helper.
v0.0.1
- /register endpoint added.
- Before adding user into the authentication server. It will first check if the user's email-id is already present
in the database or not.
- If Yes -> Do not create entry in the database. Return message saying user already exists.
- If No -> Create entry in the database. Return message saying user created successfully.
- Before adding user into the authentication server. It will first check if the user's email-id is already present
in the database or not.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lapa_authentication-0.0.13.tar.gz
.
File metadata
- Download URL: lapa_authentication-0.0.13.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d7dd32098ed902d23d5e4cdfb7b85adedb3ab852ae3755833ca956314b490f7 |
|
MD5 | c5dab9f7482d215d8a85d31befc6eb5d |
|
BLAKE2b-256 | 419cb35158842a3068eb12efe05ba4f5a9dcc96bc5c9d92121d7ae50721b0690 |
File details
Details for the file lapa_authentication-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: lapa_authentication-0.0.13-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d88271fe2ec14a94852d6a3250276f0811631916700d6bf262f6d4c522ae4bc2 |
|
MD5 | aa3139b2c74d1e554f9ec9a9ab2c7085 |
|
BLAKE2b-256 | d3ed47c0a8f24dfc0eabc4e122cca8ddacc6b14aa577099df2f1c5988964bcf2 |