Hi, i like python a lot and i dont like JWT so when i needed a tokenization method, i tried making my own.<p>Missinputed the link :( <a href="https://github.com/YasTouchedMySpaggett/Fernet_Tokenization">https://github.com/YasTouchedMySpaggett/Fernet_Tokenization</a> here's the correct one<p>I would love some feedback on it : )
Line 40 I would prefer not to concat to make SQL strings incase the code is modified to include
untrusted text in the future.<p>I don’t know what this does, I assume something like JWT? But why hate JWT?<p>The old adage of don’t roll your own crypto applies (unless you know enough to break that rule)