Videos
Blogs
November 20, 2018
Taffy for REST – Part 5: Access Tokens with some real simple authorization
This is an introduction to APIkey based authorization with Taffy.
StackOverflow definition
An application programming interface key (API key) is a code passed in by computer programs calling an API (application programming interface) to identify the calling program, its developer, or its user to the Web site. API keys are used to track and control how the API is being used, for example to prevent malicious use or abuse of the API (as defined perhaps by terms of service).
Resources:
- https://stackoverflow.com/tags/api-key/info
-
https://github.com/jmohler1970/Taffy_withUI (We haven’t gotten to the UI part, but we will get there)
Been a ColdFusion Developer since 1996
Similar Blogs
Upcoming Events