- Notifications
You must be signed in to change notification settings - Fork23
bezkoder/mean-stack-authentication-authorization
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Build MEAN stack JWT Authentication & Authorization example with HttpOnly Cookie and JWT.
For JWT – Token based Authentication with Rest API, we’re gonna call 2 endpoints:
- POST
api/auth/signup
for User Registration - POST
api/auth/signin
for User Login - POST
api/auth/signout
for User Logout
You can take a look at following flow to have an overview of Requests and Responses:
For more detail, please visit the tutorial:
Runnode server.js
for a dev server exporting API athttp://localhost:8080/.
Runng serve --port 8081
. Navigate tohttp://localhost:8081/
.
Fullstack with Node:
Integration (run back-end & front-end on same server/port)
About
MEAN stack Authentication and Authorization example - Registration, Login, Logout with JWT
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.