Introduction¶
Security is on of the most important models in AuthX to be able to protect your application, and it is very important to have a good security configuration.
AuthX has a few security features that you can use to protect your application,
for example setting up the requirements for Json Web Tokens and Oauth2 also
Hashing passwords that is provided using Hmac
and Hashlib
libraries, and
also a Native configured Captcha Configuration that is used to protect your API.
AuthX use also aiosmtplib
an asyncio SMTP client, used to send emails.
I Setup much Configuration while using One Of this utilities thats could help you!