Skip to content

Commit

Permalink
add link to instructions for creating your own storage driver
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs224 committed Oct 31, 2024
1 parent 4405ad5 commit a1c6d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Other runtimes may work, but are untested. In addition to Hono's requirements, t

### 🛠️ Features
- Flash messages — data that is deleted once it's read (one-off error messages, etc.)
- Built-in Memory and Cookie storage drivers, as well as [community-supported drivers](https://github.com/jcs224/hono_sessions/wiki)
- Built-in Memory and Cookie storage drivers, as well as [community-supported drivers](https://github.com/jcs224/hono_sessions/wiki) and the ability to [create your own storage driver](https://github.com/jcs224/hono_sessions/wiki/Creating-a-custom-storage-driver)
- Encrypted cookies thanks to [iron-webcrypto](https://github.com/brc-dd/iron-webcrypto)
- Session expiration after inactivity
- Session key rotation*
Expand Down

0 comments on commit a1c6d84

Please sign in to comment.