Thalhammer / jwt-cpp

A header only library for creating and validating json web tokens in c++
https://thalhammer.github.io/jwt-cpp/
MIT License
886 stars 241 forks source link

Provide helper functions for key generation #244

Open prince-chrismc opened 2 years ago

prince-chrismc commented 2 years ago

We might want to consider providing helper functions for key generation, since its a pretty common pattern to automatically generate a random key at first startup that's used for further operation.

Originally posted by @Thalhammer in https://github.com/Thalhammer/jwt-cpp/issues/242#issuecomment-1249193165