Uploaded image for project: 'Nuxeo Python Client'
  1. Nuxeo Python Client
  2. NXPY-215

Add support for the JSON Web Token authentication

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: NoVersionApplicable
    • Fix Version/s: 5.1.0
    • Component/s: Core
    • Release Notes Description:
      Hide
      from nuxeo.auth import JWTAuth
      from nuxeo.client import Nuxeo
      
      host = "https://<HOST>/nuxeo/"
      auth = JWTAuth("<token>")
      server = Nuxeo(host=host, auth=auth)
      
      Show
      from nuxeo.auth import JWTAuth from nuxeo.client import Nuxeo host = "https://<HOST>/nuxeo/" auth = JWTAuth( "<token>" ) server = Nuxeo(host=host, auth=auth)

      Description

      Add the JSON Web Token authentication, available since NXP-24734.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                mschoentgen Mickaël Schoentgen
                Reporter:
                mschoentgen Mickaël Schoentgen
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 15 minutes
                  15m