https://github.com/rproenza86/advanced_restful_apis_security
Secure an API with the LoopBack framework and secured an API manually.
https://github.com/rproenza86/advanced_restful_apis_security
bcrypt express-js express-middleware jsonwebtoken loopback4 mongodb mongoose node-js
Last synced: 2 months ago
JSON representation
Secure an API with the LoopBack framework and secured an API manually.
- Host: GitHub
- URL: https://github.com/rproenza86/advanced_restful_apis_security
- Owner: rproenza86
- Created: 2019-07-20T16:35:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T16:36:53.000Z (almost 7 years ago)
- Last Synced: 2026-01-03T14:23:18.444Z (5 months ago)
- Topics: bcrypt, express-js, express-middleware, jsonwebtoken, loopback4, mongodb, mongoose, node-js
- Language: JavaScript
- Size: 14.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advanced_restful_apis_security
## Overview
APIs are a crucial business driver for delivering data to your applications.
In this training where explored various options for securing your RESTful API that can help us to keep our applications data—and our users—safe.
Overview of top security threats and an introduction to the Open Web Application Security Project (OWASP), an important resource on security.
I went over how to secure an API with the LoopBack framework. To wrap up, I trained how to secure an API manually, and explored a few alternatives for securing APIs such as Firebase, GCP and AWS.
## Objectives
- Open Web Application Security Project (OWASP)
- Reasons for using a JSON Web Token (JWT)
- Securing an API with LoopBack
- User management in LoopBack
- Setting access controls
- Securing an API manually
- Finalizing secured endpoints