Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshsinghmumbai/backend_node.js_ps-4
In this repo, I have learn and implement authentication and authorization in this project using passport.js
https://github.com/harshsinghmumbai/backend_node.js_ps-4
ejs express-session expressjs mongoosejs nodejs passport-local passportjs
Last synced: about 2 months ago
JSON representation
In this repo, I have learn and implement authentication and authorization in this project using passport.js
- Host: GitHub
- URL: https://github.com/harshsinghmumbai/backend_node.js_ps-4
- Owner: harshsinghmumbai
- Created: 2024-05-08T14:44:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T15:43:09.000Z (8 months ago)
- Last Synced: 2024-11-12T00:38:22.626Z (about 2 months ago)
- Topics: ejs, express-session, expressjs, mongoosejs, nodejs, passport-local, passportjs
- Language: JavaScript
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# In this repo, I have learned flashed message, performing authentication and authorization using MongoDB.
# What is Flash Message ?
1.). Flash messages are short, temporary notifications that are used in web applications to give users feedback about their actions or status updates.2.). Flash messages are designed to inform users about a specific event or action. They are often used to let users know if an action was successful or if there was an error.
3.). Flash messages appear on the screen briefly and then disappear. This temporary nature helps keep the user interface clean and uncluttered.
4.). Flash messages are commonly used in web development to communicate with users without permanently changing the page's layout or content.# Getting User(harsh Singh) Registered then Redirect to Profile page
![Screenshot (361)](https://github.com/harshsinghmumbai/Backend_Node.js_PS-4/assets/145204222/8fc43638-7a2a-4b51-b866-435fb9aa5474)This is profile page after Registered
![Screenshot (362)](https://github.com/harshsinghmumbai/Backend_Node.js_PS-4/assets/145204222/14574ec5-3d3f-45ce-b779-c0587bb32ff1)
Registered User data get stored in mongoDB
![Screenshot (366)](https://github.com/harshsinghmumbai/Backend_Node.js_PS-4/assets/145204222/b70e37d9-3170-45a3-b943-4a2183e5e115)