Build a Simple CRUD Application with Node and MySQL
Learn to build a simple CRUD application using Node.js and MySQL
Build a Simple CRUD Application with Node and MySQL
Learn to build a simple CRUD application using Node.js and MySQL
Mark Smith
This is an awesome tutorial!! It really helped me understand the how to add authentication to my API.
Thanks for sharing!!
One small typo I found. This function is used to synchronize user data between Okta and the MySQL database. Once the file is created, make sure to uncomment those two lines including the assertUser function in the src/services/user.ts file:
Should beThis function is used to synchronize user data between Okta and the MySQL database. Once the file is created, make sure to uncomment those two lines including the assertUser function in the src/services/okta.ts file: