JWT User Credentials

For DNN, the user credentials must be in a JSON object with a username (key: u) and a password (key: p).

Below is a sample POST request with sitemanager as the username and dnnhost as password:

 

POST http://testsitece.lvh.me/DesktopModules/JwtAuth/API/mobile/login HTTP/1.1 Content-Type: application/json; charset=utf-8 Host: testsitece.lvh.me Content-Length: 33 {"u":"sitemanager","p":"dnnhost"}  

 


Environment

  • DNN Platform
  • Evoq Content
  • Evoq Engage

 


Parent Topic

Related Task

Related Information

 

Comments

0 comments

Please sign in to leave a comment.