GJordao / simple-auth

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

Add support to use simple-auth as a nest module #33

Closed GJordao closed 2 years ago

GJordao commented 2 years ago

This PR aims to allow simple-auth to be used as a Nest module and node package. The idea is that if users are building a nest application they can integrate this instead of having to rely on a dedicate service.

This means some adjustments to how the project works as most endpoints don't use services and are expected to be called from another project