rrrodzilla / rusty_paseto

A type-driven, ergonomic RUST implementation of the PASETO protocol for secure stateless tokens.
https://crates.io/crates/rusty_paseto
MIT License
68 stars 8 forks source link

Stray eprintln! in `GenericBuilder::set_implicit_assertion` #34

Closed EbbDrop closed 2 months ago

EbbDrop commented 2 months ago

Describe the bug Every time set_implicit_assertion on GenericBuilder is used, the assertion is printed to stdout.

To Reproduce

PasetoBuilder::<V4, Local>::default().set_implicit_assertion(ImplicitAssertion::from("example"));

Expected behavior For a library to not write to stdout.