How to empliment the jquery oauth2 plugin for our custom API's
- Dominant language
- JavaScript
- Stars
- 53
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
hi,
I have the oAuth API collection as below
curl -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d '{
"username": "0001",
"password": "prashanttolx",
"client_id": "tolexo",
"grant_type" : "password"
}' "{{url}}/oauth"
How to use $.oauth to my api's like city list or etc.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue provides an OAuth password-grant curl request and asks how to use $.oauth with custom APIs, but names no repository file or test. Read the plugin's $.oauth and $.ajax usage and OAuth token-management entry points; done would require a documented, reproducible example for calling an API such as the city list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100