-
-
Notifications
You must be signed in to change notification settings - Fork 18
Building a Basic API Tutorial Part 3 Security
Craig Smith edited this page Dec 19, 2019
·
4 revisions
-- Optionally -- api headers middleware ? 5. Seed admin User 6. Oauth + Secrets 7. Setup in postman (optinally extra postman package to get initial api points) 8. Install api-controller package.
---- End Part 1
--- start Part 2
-
- setup Users Endpoint to map to users model
-
- add Policy for security
-
- Add Resource for response
-
- Add Request for Validation
-
- Add Scope for extra scope
- by this point should have a basic CRUD group.
- -- Custom Endpoint -- Me - for own profile
--- end Part 2
--- start part 3 (advanced extras)
- -- joins