• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc
Show / Hide Table of Contents

JWT User Credentials

DNN Version: 09.02.00
12/08/2019 • Less than 1 minute to read
Contributors  david-poindexter
12/08/2019  • Less than 1 minute to read  • Contributors  david-poindexter

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

A sample POST request with the user name sitemanager and password dnnhost:


    POST https://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"}

Back to top by the community, for the community... #DNNCMS