-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Authentication #44
Comments
Hi Kent, I would try this: You should be able to add routes or use middlewares since the project is built on Express. Tell me if that helps? |
Wrong issue, this is the one I wanted to link :) |
I'll give it a look. Thanks! |
Closing the issue. Just for the record, now it's easier to use JSON Server as a middleware and to add authentication. |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is awesome. Thanks for your work here! Wondering how you/if you would go about setting up some sort of fake authentication system. Specifically, I want to use JWT. Do you think there's room for something like this in this project?
The text was updated successfully, but these errors were encountered: