CSML-by-Clevy / csml-engine

CSML is an easy-to-use chatbot programming language and framework.

Home Page:https://csml.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some crypto utils: JWT, HMAC...

frsechet opened this issue · comments

Is your feature request related to a problem? Please describe.
It's a bit difficult to handle auth currently with pure CSML. It would be great to be able to encode/verify/decode passwords, tokens, etc.

Some of the most popular auth methods are based on:

  • jwt
  • hmac
  • others? let's list and discuss in the comments before we implement :-)