GJordao / simple-auth

An authentication service that aims to be simple and customisable
MIT License
3 stars 3 forks source link

JWT token support #1

Closed mcoquet closed 3 years ago

mcoquet commented 3 years ago

I would like to request support for JWT token type auth.

This is a very common auth standard, and would greatly increase compatibility with other technologies.

What do you think?

GJordao commented 3 years ago

The current implementation already uses JWT tokens

GJordao commented 3 years ago

The documentation is still on its early steps though so I understand the confusion 😛