Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Oct 23, 2023
1 parent 33509c4 commit a8dc7cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ If you need help with this library or have suggestions please go to our [Discord
# Cargo.toml
[dependencies]
# Postgres + rustls
axum_session_auth = { version = "0.7.0", features = [ "postgres-rustls" ] }
axum_session_auth = { version = "0.8.0", features = [ "postgres-rustls" ] }
```

#### Cargo Feature Flags
`default`: [`postgres-rustls`]

`advanced`: Enable functions allowing more direct control over the sessions.

`rest_mode`: Disables Cookie Handlering In place of Header only usage for Rest API Requests and Responses.

`key-store`: Enabled the optional key storage. Will increase ram usage based on Fastbloom settings.
Expand Down

0 comments on commit a8dc7cc

Please sign in to comment.