Fix refresh

This commit is contained in:
eraden 2023-09-01 09:01:00 +02:00
parent e10c903b52
commit 0666c74068

View File

@ -374,3 +374,14 @@ struct AccountModel {
pass_hash: String,
}
```
# Changelog:
1.0.0
* Factory is created using builder pattern
* JSON Web Token has automatically created Refresh Token
* Higher abstraction layers for Middleware, MiddlewareFactory and SessionStorage
* Build-in hashing functions
* Build-in TTL structures
* Documentation