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

Can django 5.0 be used? Just use basic verification methods #811

Open
Ztl36 opened this issue May 28, 2024 · 8 comments
Open

Can django 5.0 be used? Just use basic verification methods #811

Ztl36 opened this issue May 28, 2024 · 8 comments

Comments

@Ztl36
Copy link

Ztl36 commented May 28, 2024

We want to upgrade the project to django 5.0, can this library be used

@IAdejokun
Copy link

We want to upgrade the project to django 5.0, can this library be used

Have you been able to figure how to use the library with Django 5.0?

@Ztl36
Copy link
Author

Ztl36 commented Jun 2, 2024

We want to upgrade the project to django 5.0, can this library be used

Have you been able to figure how to use the library with Django 5.0?
I did not have a complete learning experience. Due to the upgrade of Python from 2.7 to 3.11.9 and the default installation being django 5.0, the project requires the use of django 5.0. I need to replace the code of the previous core djangorestframework jwt with simplejwt

@IAdejokun
Copy link

We want to upgrade the project to django 5.0, can this library be used

Have you been able to figure how to use the library with Django 5.0?

I did not have a complete learning experience. Due to the upgrade of Python from 2.7 to 3.11.9 and the default installation being django 5.0, the project requires the use of django 5.0. I need to replace the code of the previous core djangorestframework jwt with simplejwt

Are there any alternatives to simple jwt? I think we might have to step down the Django version to use simple jwt cause of the requirements, I tried to ignore it (the requirements) and just use it but I just kept running into errors which were probably due to compatibility.
image

@Ztl36
Copy link
Author

Ztl36 commented Jun 2, 2024

We want to upgrade the project to django 5.0, can this library be used

Have you been able to figure how to use the library with Django 5.0?

I did not have a complete learning experience. Due to the upgrade of Python from 2.7 to 3.11.9 and the default installation being django 5.0, the project requires the use of django 5.0. I need to replace the code of the previous core djangorestframework jwt with simplejwt

Are there any alternatives to simple jwt? I think we might have to step down the Django version to use simple jwt cause of the requirements, I tried to ignore it (the requirements) and just use it but I just kept running into errors which were probably due to compatibility. image

The project has been upgraded to 5.0.6, and some parts have been rewritten using simplejwt. However, only the most basic access token and refresh are used, and the rest are not used. What impact will it have? I will further study the differences between 5.0 and 4.2.

@IAdejokun
Copy link

We want to upgrade the project to django 5.0, can this library be used

Have you been able to figure how to use the library with Django 5.0?

I did not have a complete learning experience. Due to the upgrade of Python from 2.7 to 3.11.9 and the default installation being django 5.0, the project requires the use of django 5.0. I need to replace the code of the previous core djangorestframework jwt with simplejwt

Are there any alternatives to simple jwt? I think we might have to step down the Django version to use simple jwt cause of the requirements, I tried to ignore it (the requirements) and just use it but I just kept running into errors which were probably due to compatibility. image

The project has been upgraded to 5.0.6, and some parts have been rewritten using simplejwt. However, only the most basic access token and refresh are used, and the rest are not used. What impact will it have? I will further study the differences between 5.0 and 4.2.

I really don't know the impact tbh. I'm just a Django newbie myself. I'd also study the differences myself so I don't bump into a lot of issues due to downgrading.

@Ztl36
Copy link
Author

Ztl36 commented Jun 2, 2024

We want to upgrade the project to django 5.0, can this library be used

Have you been able to figure how to use the library with Django 5.0?

I did not have a complete learning experience. Due to the upgrade of Python from 2.7 to 3.11.9 and the default installation being django 5.0, the project requires the use of django 5.0. I need to replace the code of the previous core djangorestframework jwt with simplejwt

Are there any alternatives to simple jwt? I think we might have to step down the Django version to use simple jwt cause of the requirements, I tried to ignore it (the requirements) and just use it but I just kept running into errors which were probably due to compatibility. image

The project has been upgraded to 5.0.6, and some parts have been rewritten using simplejwt. However, only the most basic access token and refresh are used, and the rest are not used. What impact will it have? I will further study the differences between 5.0 and 4.2.

I really don't know the impact tbh. I'm just a Django newbie myself. I'd also study the differences myself so I don't bump into a lot of issues due to downgrading.

Looking forward to the update of simplejwt to support django 5.0.6 later

@IAdejokun
Copy link

We want to upgrade the project to django 5.0, can this library be used

Have you been able to figure how to use the library with Django 5.0?

I did not have a complete learning experience. Due to the upgrade of Python from 2.7 to 3.11.9 and the default installation being django 5.0, the project requires the use of django 5.0. I need to replace the code of the previous core djangorestframework jwt with simplejwt

Are there any alternatives to simple jwt? I think we might have to step down the Django version to use simple jwt cause of the requirements, I tried to ignore it (the requirements) and just use it but I just kept running into errors which were probably due to compatibility. image

The project has been upgraded to 5.0.6, and some parts have been rewritten using simplejwt. However, only the most basic access token and refresh are used, and the rest are not used. What impact will it have? I will further study the differences between 5.0 and 4.2.

I really don't know the impact tbh. I'm just a Django newbie myself. I'd also study the differences myself so I don't bump into a lot of issues due to downgrading.

Looking forward to the update of simplejwt to support django 5.0.6 later

Same here :) .

@pgcd
Copy link

pgcd commented Sep 25, 2024

Django 5.1.1 here and everything seems to be working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants