- make own jwt
- making own jwt would probably be a new project actually, make new package
jwt and have it have its own unit + integration testing
NOTE: currently saving raw passwords which obviously we shouldn't do. will need to a bcrypt + salting strategy to take care of registration routes
jwtand have it have its own unit + integration testingNOTE: currently saving raw passwords which obviously we shouldn't do. will need to a bcrypt + salting strategy to take care of registration routes