JWT #545

Open
opened 2016-12-27 20:34:58 +00:00 by mobiyan · 1 comment
mobiyan commented 2016-12-27 20:34:58 +00:00 (Migrated from github.com)

Did anyone make this work with JSON Web Token?

Did anyone make this work with JSON Web Token?
retrospectacus commented 2017-01-03 19:52:04 +00:00 (Migrated from github.com)

You can set your JWT token as authToken in the constructor; works fine:

new FileUploader({
  ...
  authToken: "Bearer eyJ0...."
});
You can set your JWT token as `authToken` in the constructor; works fine: ``` new FileUploader({ ... authToken: "Bearer eyJ0...." }); ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#545