Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Post: Authentication with Node.js, JWTs, and Oracle Database

danmcghan-OracleJun 3 2015 — edited Jun 3 2015

This post shows how to create a very basic Node.js API that authenticates users via local credentials stored in an Oracle Database table and uses JSON Web Tokens to identify users after they’ve been authenticated. Once understood, the concepts used here could be adapted to better fit your specific authentication needs.


Authentication with Node.js, JWTs, and Oracle Database

Comments
Post Details
Added on Jun 3 2015
0 comments
838 views