-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PACKAGE: Add more auth
endpoints across schema
and api-client
packages.
#543
Comments
/attempt I'd like to work on this |
Assigned the issue to @Gabriel-Bueno32! |
Sure! |
@Gabriel-Bueno32 hey! any updates on this yet? |
Yesterday I configured and ran the project, now I'm working on it. I just have one question, how do I run the tests to make sure everything is ok? |
There are tests for each and every package. The scripts have the format |
Hey, i was thinking i had ran project correctly but in getting some of those errors |
database url is fine. you would need to run |
P.S. I would suggest you to go through our docs: https://docs.keyshade.xyz |
Description
We need to add these two endpoints to the
schema
andapi-client
packages:keyshade/apps/api/src/auth/controller/auth.controller.ts
Lines 41 to 48 in 210c0fd
keyshade/apps/api/src/auth/controller/auth.controller.ts
Lines 61 to 69 in 210c0fd
Solution
schema
packageschema
packageapi-client
packageapi-client
package for these two requestsThe text was updated successfully, but these errors were encountered: