Skip to content

ndunand/moodle-local_jwttomoodletoken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Production deployment

  1. Copy into local/jwttomoodletoken directory.

  2. Create a role with the local/jwttomoodletoken:usews capability.

  3. Create a user and assign it this role in the system context.

  4. In Moodle's admimnistration, chose Web Services > Manage Tokens, and create a token for this user – if needed use IP address restriction.

Requests

Try for instance this to request a mobile token for a given access token:

https://your.moodle/webservice/rest/server.php?wstoken=<YOUR_TOKEN>>&wsfunction=local_jwttomoodletoken_gettoken&accesstoken=
<ACCESS_TOKEN>&moodlewsrestformat=json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages