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
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