jklh

jklh

Written by Puru Verma | Published 2 years ago

hjkhkhlhklhkjlhkjhlREACT NODE NEXTJS MONGODB SEO BLOG MERN-STACK APP FULL AUTHENTICATION14,460 viewsApr 28, 2020


416



DISLIKE



SHARE



SAVE





Ryan Dhungel


2.33K subscribers

SUBSCRIBE

BUILD REAL WORLD PROJECT RUNNING LIVE IN THE CLOUD USING MERN STACK / REACT NODE MONGODB NEXTJS


LIVE DEMO

https://onemancode.com/


FULL COURSE

https://www.udemy.com/course/react-no...


CODE REPO

https://github.com/kaloraat/react-nod...


ALL MY COURSES

https://kaloraat.com/articles/udemy-c...


DON'T BUILD YET ANOTHER TOY PROJECT. BUILD REAL MULTI USER BLOGGING PLATFORM WITH SEO


CHEERS!

RYAN DHUNGEL



SHOW LESS

85 Comments


SORT BY



Add a public comment...


Rishabh Mishra

7 months ago (edited)


54min completed and have this feeling that i am gonna learn way too much from this video this video is unique no one covers this much thankyou sir keep bringing these kind of content



3






REPLY




Afx Crush

10 months ago


Very detailed tutorial. Thanks a lot for your dedication to teaching!








REPLY




Imagine about

1 year ago


OMG dude I'm gonna digest this video before but I'm pretty sure I will buy the full course in Udemy. Thank you a lot, hope the best for you.








REPLY




View reply


Arthur Bulatov

1 year ago


Really BEAUTIFUL content))))) Much appreciated for work you have done! Thanks, Ryan!








REPLY




Maajabu Safaris

1 year ago


great tutorial, One question please, i have seen a lot of next tutorials not requiring Express since nextjs comes with it preinstalled for Api calls. Then would you recommend using a custom server with Express installed? also looked through their (Nextjs) docs and they mentioned that adding Express or custom server would reduce Next functionalities to work to its full features. Otherwise will look you out on Udemy

Read more




1



REPLY




View 4 replies from Ryan Dhungel and others


JonaThan Medina

1 year ago


For the requireSignin controller, you should especify the algorithms, otherwise you will get an error:

(Due to express-jwt latests updates)


exports.requireSignin = expressJwt({


secret: process.env.JWT_SECRET,


algorithms: ['HS256'],


})

Read more




2



REPLY




View 2 replies

REACT NODE NEXTJS MONGODB SEO BLOG MERN-STACK APP FULL AUTHENTICATION14,460 viewsApr 28, 2020


416



DISLIKE



SHARE



SAVE





Ryan Dhungel


2.33K subscribers

SUBSCRIBE

BUILD REAL WORLD PROJECT RUNNING LIVE IN THE CLOUD USING MERN STACK / REACT NODE MONGODB NEXTJS


LIVE DEMO

https://onemancode.com/


FULL COURSE

https://www.udemy.com/course/react-no...


CODE REPO

https://github.com/kaloraat/react-nod...


ALL MY COURSES

https://kaloraat.com/articles/udemy-c...


DON'T BUILD YET ANOTHER TOY PROJECT. BUILD REAL MULTI USER BLOGGING PLATFORM WITH SEO


CHEERS!

RYAN DHUNGEL



SHOW LESS

85 Comments


SORT BY



Add a public comment...


Rishabh Mishra

7 months ago (edited)


54min completed and have this feeling that i am gonna learn way too much from this video this video is unique no one covers this much thankyou sir keep bringing these kind of content



3






REPLY




Afx Crush

10 months ago


Very detailed tutorial. Thanks a lot for your dedication to teaching!








REPLY




Imagine about

1 year ago


OMG dude I'm gonna digest this video before but I'm pretty sure I will buy the full course in Udemy. Thank you a lot, hope the best for you.








REPLY




View reply


Arthur Bulatov

1 year ago


Really BEAUTIFUL content))))) Much appreciated for work you have done! Thanks, Ryan!








REPLY




Maajabu Safaris

1 year ago


great tutorial, One question please, i have seen a lot of next tutorials not requiring Express since nextjs comes with it preinstalled for Api calls. Then would you recommend using a custom server with Express installed? also looked through their (Nextjs) docs and they mentioned that adding Express or custom server would reduce Next functionalities to work to its full features. Otherwise will look you out on Udemy

Read more




1



REPLY




View 4 replies from Ryan Dhungel and others


JonaThan Medina

1 year ago


For the requireSignin controller, you should especify the algorithms, otherwise you will get an error:

(Due to express-jwt latests updates)


exports.requireSignin = expressJwt({


secret: process.env.JWT_SECRET,


algorithms: ['HS256'],


})

Read more




2



REPLY




View 2 replies

REACT NODE NEXTJS MONGODB SEO BLOG MERN-STACK APP FULL AUTHENTICATION14,460 viewsApr 28, 2020


416



DISLIKE



SHARE



SAVE





Ryan Dhungel


2.33K subscribers

SUBSCRIBE

BUILD REAL WORLD PROJECT RUNNING LIVE IN THE CLOUD USING MERN STACK / REACT NODE MONGODB NEXTJS


LIVE DEMO

https://onemancode.com/


FULL COURSE

https://www.udemy.com/course/react-no...


CODE REPO

https://github.com/kaloraat/react-nod...


ALL MY COURSES

https://kaloraat.com/articles/udemy-c...


DON'T BUILD YET ANOTHER TOY PROJECT. BUILD REAL MULTI USER BLOGGING PLATFORM WITH SEO


CHEERS!

RYAN DHUNGEL



SHOW LESS

85 Comments


SORT BY



Add a public comment...


Rishabh Mishra

7 months ago (edited)


54min completed and have this feeling that i am gonna learn way too much from this video this video is unique no one covers this much thankyou sir keep bringing these kind of content



3






REPLY




Afx Crush

10 months ago


Very detailed tutorial. Thanks a lot for your dedication to teaching!








REPLY




Imagine about

1 year ago


OMG dude I'm gonna digest this video before but I'm pretty sure I will buy the full course in Udemy. Thank you a lot, hope the best for you.








REPLY




View reply


Arthur Bulatov

1 year ago


Really BEAUTIFUL content))))) Much appreciated for work you have done! Thanks, Ryan!








REPLY




Maajabu Safaris

1 year ago


great tutorial, One question please, i have seen a lot of next tutorials not requiring Express since nextjs comes with it preinstalled for Api calls. Then would you recommend using a custom server with Express installed? also looked through their (Nextjs) docs and they mentioned that adding Express or custom server would reduce Next functionalities to work to its full features. Otherwise will look you out on Udemy

Read more




1



REPLY




View 4 replies from Ryan Dhungel and others


JonaThan Medina

1 year ago


For the requireSignin controller, you should especify the algorithms, otherwise you will get an error:

(Due to express-jwt latests updates)


exports.requireSignin = expressJwt({


secret: process.env.JWT_SECRET,


algorithms: ['HS256'],


})

Read more




2



REPLY




View 2 replies

REACT NODE NEXTJS MONGODB SEO BLOG MERN-STACK APP FULL AUTHENTICATION14,460 viewsApr 28, 2020


416



DISLIKE



SHARE



SAVE





Ryan Dhungel


2.33K subscribers

SUBSCRIBE

BUILD REAL WORLD PROJECT RUNNING LIVE IN THE CLOUD USING MERN STACK / REACT NODE MONGODB NEXTJS


LIVE DEMO

https://onemancode.com/


FULL COURSE

https://www.udemy.com/course/react-no...


CODE REPO

https://github.com/kaloraat/react-nod...


ALL MY COURSES

https://kaloraat.com/articles/udemy-c...


DON'T BUILD YET ANOTHER TOY PROJECT. BUILD REAL MULTI USER BLOGGING PLATFORM WITH SEO


CHEERS!

RYAN DHUNGEL



SHOW LESS

85 Comments


SORT BY



Add a public comment...


Rishabh Mishra

7 months ago (edited)


54min completed and have this feeling that i am gonna learn way too much from this video this video is unique no one covers this much thankyou sir keep bringing these kind of content



3






REPLY




Afx Crush

10 months ago


Very detailed tutorial. Thanks a lot for your dedication to teaching!








REPLY




Imagine about

1 year ago


OMG dude I'm gonna digest this video before but I'm pretty sure I will buy the full course in Udemy. Thank you a lot, hope the best for you.








REPLY




View reply


Arthur Bulatov

1 year ago


Really BEAUTIFUL content))))) Much appreciated for work you have done! Thanks, Ryan!








REPLY




Maajabu Safaris

1 year ago


great tutorial, One question please, i have seen a lot of next tutorials not requiring Express since nextjs comes with it preinstalled for Api calls. Then would you recommend using a custom server with Express installed? also looked through their (Nextjs) docs and they mentioned that adding Express or custom server would reduce Next functionalities to work to its full features. Otherwise will look you out on Udemy

Read more




1



REPLY




View 4 replies from Ryan Dhungel and others


JonaThan Medina

1 year ago


For the requireSignin controller, you should especify the algorithms, otherwise you will get an error:

(Due to express-jwt latests updates)


exports.requireSignin = expressJwt({


secret: process.env.JWT_SECRET,


algorithms: ['HS256'],


})

Read more




2



REPLY




View 2 replies

REACT NODE NEXTJS MONGODB SEO BLOG MERN-STACK APP FULL AUTHENTICATION14,460 viewsApr 28, 2020


416



DISLIKE



SHARE



SAVE





Ryan Dhungel


2.33K subscribers

SUBSCRIBE

BUILD REAL WORLD PROJECT RUNNING LIVE IN THE CLOUD USING MERN STACK / REACT NODE MONGODB NEXTJS


LIVE DEMO

https://onemancode.com/


FULL COURSE

https://www.udemy.com/course/react-no...


CODE REPO

https://github.com/kaloraat/react-nod...


ALL MY COURSES

https://kaloraat.com/articles/udemy-c...


DON'T BUILD YET ANOTHER TOY PROJECT. BUILD REAL MULTI USER BLOGGING PLATFORM WITH SEO


CHEERS!

RYAN DHUNGEL



SHOW LESS

85 Comments


SORT BY



Add a public comment...


Rishabh Mishra

7 months ago (edited)


54min completed and have this feeling that i am gonna learn way too much from this video this video is unique no one covers this much thankyou sir keep bringing these kind of content



3






REPLY




Afx Crush

10 months ago


Very detailed tutorial. Thanks a lot for your dedication to teaching!








REPLY




Imagine about

1 year ago


OMG dude I'm gonna digest this video before but I'm pretty sure I will buy the full course in Udemy. Thank you a lot, hope the best for you.








REPLY




View reply


Arthur Bulatov

1 year ago


Really BEAUTIFUL content))))) Much appreciated for work you have done! Thanks, Ryan!








REPLY




Maajabu Safaris

1 year ago


great tutorial, One question please, i have seen a lot of next tutorials not requiring Express since nextjs comes with it preinstalled for Api calls. Then would you recommend using a custom server with Express installed? also looked through their (Nextjs) docs and they mentioned that adding Express or custom server would reduce Next functionalities to work to its full features. Otherwise will look you out on Udemy

Read more




1



REPLY




View 4 replies from Ryan Dhungel and others


JonaThan Medina

1 year ago


For the requireSignin controller, you should especify the algorithms, otherwise you will get an error:

(Due to express-jwt latests updates)


exports.requireSignin = expressJwt({


secret: process.env.JWT_SECRET,


algorithms: ['HS256'],


})

Read more




2



REPLY




View 2 replies

REACT NODE NEXTJS MONGODB SEO BLOG MERN-STACK APP FULL AUTHENTICATION14,460 viewsApr 28, 2020


416



DISLIKE



SHARE



SAVE





Ryan Dhungel


2.33K subscribers

SUBSCRIBE

BUILD REAL WORLD PROJECT RUNNING LIVE IN THE CLOUD USING MERN STACK / REACT NODE MONGODB NEXTJS


LIVE DEMO

https://onemancode.com/


FULL COURSE

https://www.udemy.com/course/react-no...


CODE REPO

https://github.com/kaloraat/react-nod...


ALL MY COURSES

https://kaloraat.com/articles/udemy-c...


DON'T BUILD YET ANOTHER TOY PROJECT. BUILD REAL MULTI USER BLOGGING PLATFORM WITH SEO


CHEERS!

RYAN DHUNGEL



SHOW LESS

85 Comments


SORT BY



Add a public comment...


Rishabh Mishra

7 months ago (edited)


54min completed and have this feeling that i am gonna learn way too much from this video this video is unique no one covers this much thankyou sir keep bringing these kind of content



3






REPLY




Afx Crush

10 months ago


Very detailed tutorial. Thanks a lot for your dedication to teaching!








REPLY




Imagine about

1 year ago


OMG dude I'm gonna digest this video before but I'm pretty sure I will buy the full course in Udemy. Thank you a lot, hope the best for you.








REPLY




View reply


Arthur Bulatov

1 year ago


Really BEAUTIFUL content))))) Much appreciated for work you have done! Thanks, Ryan!








REPLY




Maajabu Safaris

1 year ago


great tutorial, One question please, i have seen a lot of next tutorials not requiring Express since nextjs comes with it preinstalled for Api calls. Then would you recommend using a custom server with Express installed? also looked through their (Nextjs) docs and they mentioned that adding Express or custom server would reduce Next functionalities to work to its full features. Otherwise will look you out on Udemy

Read more




1



REPLY




View 4 replies from Ryan Dhungel and others


JonaThan Medina

1 year ago


For the requireSignin controller, you should especify the algorithms, otherwise you will get an error:

(Due to express-jwt latests updates)


exports.requireSignin = expressJwt({


secret: process.env.JWT_SECRET,


algorithms: ['HS256'],


})

Read more




2



REPLY




View 2 replies

REACT NODE NEXTJS MONGODB SEO BLOG MERN-STACK APP FULL AUTHENTICATION14,460 viewsApr 28, 2020


416



DISLIKE



SHARE



SAVE





Ryan Dhungel


2.33K subscribers

SUBSCRIBE

BUILD REAL WORLD PROJECT RUNNING LIVE IN THE CLOUD USING MERN STACK / REACT NODE MONGODB NEXTJS


LIVE DEMO

https://onemancode.com/


FULL COURSE

https://www.udemy.com/course/react-no...


CODE REPO

https://github.com/kaloraat/react-nod...


ALL MY COURSES

https://kaloraat.com/articles/udemy-c...


DON'T BUILD YET ANOTHER TOY PROJECT. BUILD REAL MULTI USER BLOGGING PLATFORM WITH SEO


CHEERS!

RYAN DHUNGEL



SHOW LESS

85 Comments


SORT BY



Add a public comment...


Rishabh Mishra

7 months ago (edited)


54min completed and have this feeling that i am gonna learn way too much from this video this video is unique no one covers this much thankyou sir keep bringing these kind of content



3






REPLY




Afx Crush

10 months ago


Very detailed tutorial. Thanks a lot for your dedication to teaching!








REPLY




Imagine about

1 year ago


OMG dude I'm gonna digest this video before but I'm pretty sure I will buy the full course in Udemy. Thank you a lot, hope the best for you.








REPLY




View reply


Arthur Bulatov

1 year ago


Really BEAUTIFUL content))))) Much appreciated for work you have done! Thanks, Ryan!








REPLY




Maajabu Safaris

1 year ago


great tutorial, One question please, i have seen a lot of next tutorials not requiring Express since nextjs comes with it preinstalled for Api calls. Then would you recommend using a custom server with Express installed? also looked through their (Nextjs) docs and they mentioned that adding Express or custom server would reduce Next functionalities to work to its full features. Otherwise will look you out on Udemy

Read more




1



REPLY




View 4 replies from Ryan Dhungel and others


JonaThan Medina

1 year ago


For the requireSignin controller, you should especify the algorithms, otherwise you will get an error:

(Due to express-jwt latests updates)


exports.requireSignin = expressJwt({


secret: process.env.JWT_SECRET,


algorithms: ['HS256'],


})

Read more




2



REPLY




View 2 replies

REACT NODE NEXTJS MONGODB SEO BLOG MERN-STACK APP FULL AUTHENTICATION14,460 viewsApr 28, 2020


416



DISLIKE



SHARE



SAVE





Ryan Dhungel


2.33K subscribers

SUBSCRIBE

BUILD REAL WORLD PROJECT RUNNING LIVE IN THE CLOUD USING MERN STACK / REACT NODE MONGODB NEXTJS


LIVE DEMO

https://onemancode.com/


FULL COURSE

https://www.udemy.com/course/react-no...


CODE REPO

https://github.com/kaloraat/react-nod...


ALL MY COURSES

https://kaloraat.com/articles/udemy-c...


DON'T BUILD YET ANOTHER TOY PROJECT. BUILD REAL MULTI USER BLOGGING PLATFORM WITH SEO


CHEERS!

RYAN DHUNGEL



SHOW LESS

85 Comments


SORT BY



Add a public comment...


Rishabh Mishra

7 months ago (edited)


54min completed and have this feeling that i am gonna learn way too much from this video this video is unique no one covers this much thankyou sir keep bringing these kind of content



3






REPLY




Afx Crush

10 months ago


Very detailed tutorial. Thanks a lot for your dedication to teaching!








REPLY




Imagine about

1 year ago


OMG dude I'm gonna digest this video before but I'm pretty sure I will buy the full course in Udemy. Thank you a lot, hope the best for you.








REPLY




View reply


Arthur Bulatov

1 year ago


Really BEAUTIFUL content))))) Much appreciated for work you have done! Thanks, Ryan!








REPLY




Maajabu Safaris

1 year ago


great tutorial, One question please, i have seen a lot of next tutorials not requiring Express since nextjs comes with it preinstalled for Api calls. Then would you recommend using a custom server with Express installed? also looked through their (Nextjs) docs and they mentioned that adding Express or custom server would reduce Next functionalities to work to its full features. Otherwise will look you out on Udemy

Read more




1



REPLY




View 4 replies from Ryan Dhungel and others


JonaThan Medina

1 year ago


For the requireSignin controller, you should especify the algorithms, otherwise you will get an error:

(Due to express-jwt latests updates)


exports.requireSignin = expressJwt({


secret: process.env.JWT_SECRET,


algorithms: ['HS256'],


})

Read more




2



REPLY




View 2 replies

REACT NODE NEXTJS MONGODB SEO BLOG MERN-STACK APP FULL AUTHENTICATION14,460 viewsApr 28, 2020


416



DISLIKE



SHARE



SAVE





Ryan Dhungel


2.33K subscribers

SUBSCRIBE

BUILD REAL WORLD PROJECT RUNNING LIVE IN THE CLOUD USING MERN STACK / REACT NODE MONGODB NEXTJS


LIVE DEMO

https://onemancode.com/


FULL COURSE

https://www.udemy.com/course/react-no...


CODE REPO

https://github.com/kaloraat/react-nod...


ALL MY COURSES

https://kaloraat.com/articles/udemy-c...


DON'T BUILD YET ANOTHER TOY PROJECT. BUILD REAL MULTI USER BLOGGING PLATFORM WITH SEO


CHEERS!

RYAN DHUNGEL



SHOW LESS

85 Comments


SORT BY



Add a public comment...


Rishabh Mishra

7 months ago (edited)


54min completed and have this feeling that i am gonna learn way too much from this video this video is unique no one covers this much thankyou sir keep bringing these kind of content



3






REPLY




Afx Crush

10 months ago


Very detailed tutorial. Thanks a lot for your dedication to teaching!








REPLY




Imagine about

1 year ago


OMG dude I'm gonna digest this video before but I'm pretty sure I will buy the full course in Udemy. Thank you a lot, hope the best for you.








REPLY




View reply


Arthur Bulatov

1 year ago


Really BEAUTIFUL content))))) Much appreciated for work you have done! Thanks, Ryan!








REPLY




Maajabu Safaris

1 year ago


great tutorial, One question please, i have seen a lot of next tutorials not requiring Express since nextjs comes with it preinstalled for Api calls. Then would you recommend using a custom server with Express installed? also looked through their (Nextjs) docs and they mentioned that adding Express or custom server would reduce Next functionalities to work to its full features. Otherwise will look you out on Udemy

Read more




1



REPLY




View 4 replies from Ryan Dhungel and others


JonaThan Medina

1 year ago


For the requireSignin controller, you should especify the algorithms, otherwise you will get an error:

(Due to express-jwt latests updates)


exports.requireSignin = expressJwt({


secret: process.env.JWT_SECRET,


algorithms: ['HS256'],


})

Read more




2



REPLY




View 2 replies

REACT NODE NEXTJS MONGODB SEO BLOG MERN-STACK APP FULL AUTHENTICATION14,460 viewsApr 28, 2020


416



DISLIKE



SHARE



SAVE





Ryan Dhungel


2.33K subscribers

SUBSCRIBE

BUILD REAL WORLD PROJECT RUNNING LIVE IN THE CLOUD USING MERN STACK / REACT NODE MONGODB NEXTJS


LIVE DEMO

https://onemancode.com/


FULL COURSE

https://www.udemy.com/course/react-no...


CODE REPO

https://github.com/kaloraat/react-nod...


ALL MY COURSES

https://kaloraat.com/articles/udemy-c...


DON'T BUILD YET ANOTHER TOY PROJECT. BUILD REAL MULTI USER BLOGGING PLATFORM WITH SEO


CHEERS!

RYAN DHUNGEL



SHOW LESS

85 Comments


SORT BY



Add a public comment...


Rishabh Mishra

7 months ago (edited)


54min completed and have this feeling that i am gonna learn way too much from this video this video is unique no one covers this much thankyou sir keep bringing these kind of content



3






REPLY




Afx Crush

10 months ago


Very detailed tutorial. Thanks a lot for your dedication to teaching!








REPLY




Imagine about

1 year ago


OMG dude I'm gonna digest this video before but I'm pretty sure I will buy the full course in Udemy. Thank you a lot, hope the best for you.








REPLY




View reply


Arthur Bulatov

1 year ago


Really BEAUTIFUL content))))) Much appreciated for work you have done! Thanks, Ryan!








REPLY




Maajabu Safaris

1 year ago


great tutorial, One question please, i have seen a lot of next tutorials not requiring Express since nextjs comes with it preinstalled for Api calls. Then would you recommend using a custom server with Express installed? also looked through their (Nextjs) docs and they mentioned that adding Express or custom server would reduce Next functionalities to work to its full features. Otherwise will look you out on Udemy

Read more




1



REPLY




View 4 replies from Ryan Dhungel and others


JonaThan Medina

1 year ago


For the requireSignin controller, you should especify the algorithms, otherwise you will get an error:

(Due to express-jwt latests updates)


exports.requireSignin = expressJwt({


secret: process.env.JWT_SECRET,


algorithms: ['HS256'],


})

Read more




2



REPLY




View 2 replies

REACT NODE NEXTJS MONGODB SEO BLOG MERN-STACK APP FULL AUTHENTICATION14,460 viewsApr 28, 2020


416



DISLIKE



SHARE



SAVE





Ryan Dhungel


2.33K subscribers

SUBSCRIBE

BUILD REAL WORLD PROJECT RUNNING LIVE IN THE CLOUD USING MERN STACK / REACT NODE MONGODB NEXTJS


LIVE DEMO

https://onemancode.com/


FULL COURSE

https://www.udemy.com/course/react-no...


CODE REPO

https://github.com/kaloraat/react-nod...


ALL MY COURSES

https://kaloraat.com/articles/udemy-c...


DON'T BUILD YET ANOTHER TOY PROJECT. BUILD REAL MULTI USER BLOGGING PLATFORM WITH SEO


CHEERS!

RYAN DHUNGEL



SHOW LESS

85 Comments


SORT BY



Add a public comment...


Rishabh Mishra

7 months ago (edited)


54min completed and have this feeling that i am gonna learn way too much from this video this video is unique no one covers this much thankyou sir keep bringing these kind of content



3






REPLY




Afx Crush

10 months ago


Very detailed tutorial. Thanks a lot for your dedication to teaching!








REPLY




Imagine about

1 year ago


OMG dude I'm gonna digest this video before but I'm pretty sure I will buy the full course in Udemy. Thank you a lot, hope the best for you.








REPLY




View reply


Arthur Bulatov

1 year ago


Really BEAUTIFUL content))))) Much appreciated for work you have done! Thanks, Ryan!








REPLY




Maajabu Safaris

1 year ago


great tutorial, One question please, i have seen a lot of next tutorials not requiring Express since nextjs comes with it preinstalled for Api calls. Then would you recommend using a custom server with Express installed? also looked through their (Nextjs) docs and they mentioned that adding Express or custom server would reduce Next functionalities to work to its full features. Otherwise will look you out on Udemy

Read more




1



REPLY




View 4 replies from Ryan Dhungel and others


JonaThan Medina

1 year ago


For the requireSignin controller, you should especify the algorithms, otherwise you will get an error:

(Due to express-jwt latests updates)


exports.requireSignin = expressJwt({


secret: process.env.JWT_SECRET,


algorithms: ['HS256'],


})

Read more




2



REPLY




View 2 replies


RELATED BLOGS