You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,21 @@
1
1
2
2
# Nodejs API Server
3
3
4
-
Express / Nodejs Starter with JWT authentication, MongoDB - Provided by **AppSeed**[App Generator](https://appseed.us/app-generator).
5
-
Authentication is based on [json web tokens](https://jwt.io). `passport-jwt` strategy is used to handle the Email/Password authentication. After a successful login the generated token is sent to the requester.
4
+
Simple starter built with Typescrypt / Express / MongoDB and JWT Auth powered by **Passport** library - provided and actively supported by **AppSeed**[App Generator](https://appseed.us/app-generator). The authentication flow is based on [json web tokens](https://jwt.io) and `passport-jwt` strategy - Inspired by other great OSS starters mentioned in the [credits](#credits) section.
6
5
7
6
<br />
8
7
9
8
> Features:
10
9
11
-
- Simple, intuitive codebase - built for beginners, can be extended with ease.
12
-
- NodeJS / Express / MongoDB
10
+
- Simple, intuitive codebase - built for beginners (can be extended with ease)
0 commit comments