top of page
- 1000Page 3
JWT (JSON Web Token)
Use a random complicated key (JWT Secret) to make brute forcing the token very hard.
Authentication
Don't reinvent the wheel in Authentication, token generation, password storage. Use the standards.
Authentication
Use Max Retry and jail features in Login.
Authentication
Use encryption on all sensitive data.
Authentication
Don't use Basic Auth. Use standard authentication instead (e.g. JWT, OAuth).
An error occurred. Try again later
Your content has been submitted
- 4Page 4
bottom of page

