actix / actix-extras

A collection of additional crates supporting the actix and actix-web frameworks.
https://actix.rs
Apache License 2.0
760 stars 191 forks source link

Make `generate_session_key()` public #449

Closed edgerunnergit closed 1 month ago

edgerunnergit commented 2 months ago

PR Type

Refactor

PR Checklist

Overview

The PR makes the function generate_session_key() public. And changes it's implementation to use DistString::sample_string to get one less unwrap().

Closes https://github.com/actix/actix-extras/issues/434