Update README.md

This commit is contained in:
Lakhan Samani 2021-06-02 18:59:13 +05:30 committed by GitHub
parent b6968385e2
commit b11be1e5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,4 +34,6 @@ yauth (aka your-auth) is a complete open source authentication and authorization
* Attempts to implement the latest guidance published by Open Web Application Security Project * Attempts to implement the latest guidance published by Open Web Application Security Project
* Advanced options allow you to define your own routines to handle controlling what accounts are allowed to sign in, for encoding and decoding JSON Web Tokens and to set custom cookie security policies and session properties, so you can control who is able to sign in and how often sessions have to be re-validated. * Advanced options allow you to define your own routines to handle controlling what accounts are allowed to sign in, for encoding and decoding JSON Web Tokens and to set custom cookie security policies and session properties, so you can control who is able to sign in and how often sessions have to be re-validated.
# License
[MIT](https://github.com/yauthio/yauth/blob/main/LICENSE)