Skip to content
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

44-route authentication #48

Merged
merged 4 commits into from
Oct 26, 2020
Merged

44-route authentication #48

merged 4 commits into from
Oct 26, 2020

Conversation

Navbryce
Copy link
Member

@Navbryce Navbryce commented Oct 26, 2020

Lays out the foundation for route authentication. The other change we need to focus on is deciding what "updates" user's can perform. Obviously, for updating something like an Application document, we only want users to be able to update select features.

Part: 1 of #44

Tested locally

@vercel
Copy link

vercel bot commented Oct 26, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/bitsofgood/npp/ebr7lt6yj
✅ Preview: https://npp-git-44-route-authentication.bitsofgood.vercel.app

@@ -89,5 +89,8 @@
"lint-staged": "^10.4.0",
"prettier": "^2.0.5",
"typescript": "^3.9.3"
},
"peerOptionalDependencies": {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Navbryce Navbryce self-assigned this Oct 26, 2020
@Josh-McFarlin Josh-McFarlin merged commit 1758828 into master Oct 26, 2020
@Josh-McFarlin Josh-McFarlin deleted the 44-route-authentication branch October 26, 2020 23:06
@Josh-McFarlin Josh-McFarlin linked an issue Oct 26, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API Route Authentication
2 participants