Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support of JWT tokens. #104

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

volodymyr-chekyrta
Copy link
Contributor

By default, access tokens are now in JWT format.
The type of access token can be changed in the Core.Config class.

Supported token types are represented by the TokenType enum.

enum TokenType: String {
    case jwt = "JWT"
    case bearer = "BEARER"
}

The type of access token can be changed in the Core.Config class.
@volodymyr-chekyrta volodymyr-chekyrta linked an issue Oct 11, 2023 that may be closed by this pull request
@volodymyr-chekyrta volodymyr-chekyrta merged commit 9952bb9 into develop Oct 23, 2023
1 check passed
@openedx-webhooks
Copy link

Although this pull request is already merged, I'm still watching it for updates.

There is nothing you have to do. No action is needed from your side. Thanks again for your contribution.

@volodymyr-chekyrta volodymyr-chekyrta deleted the feature/add_support_for_jwt_tokens branch October 23, 2023 13:28
@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open-source-contribution PR author is not from Axim or 2U
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

JWT Auth token support
3 participants