return / branca

Authenticated and encrypted API tokens written in Rust. A secure JWT alternative.

Home Page:https://branca.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let builder be created by generating random key

brycx opened this issue · comments

In extension to #29, perhaps it would be beneficial to add a method to the builder, that didn't require a key to be passed, but generated it randomly instead.

What do you think @return?