issues
search
agnyz
/
the-bed-stack
Bun + ElysiaJS + DrizzleORM = the stack you don't want to sleep on 🛌💤
https://agnyz.github.io/the-bed-stack/
MIT License
39
stars
3
forks
source link
refactor: auth service
#53
Closed
yamcodes
closed
1 year ago
yamcodes
commented
1 year ago
refactor the authentication utility to be a full blown NestJS-style service
clarify the purpose of the authentication component in the application
use dependency-injection for the auth service into the user service allowing mocking and separation of concerns
keep consistent with other components in the application and stay true to the established architecture
closes #52
closes #52