urbanplatform / django-keycloak-auth

Middleware to allow authorization using Keycloak and Django for django-rest-framework (DRF). This package should only be used in projects starting from scratch, since it overrides the users' management.
MIT License
32 stars 14 forks source link

Is this installable with pip? #24

Closed Wissperwind closed 2 years ago

Wissperwind commented 2 years ago

Hi,

There is a release, cool. But is this installable with pip? Maybe by using an url and not the name?

Wissperwind commented 2 years ago

Well, I think it is. But the name is not the one from the project title because it is already in use. It would be extraordniary if you would write on the frontpage that the name for installation is django-uw-keycloak.

moritz89 commented 2 years ago

I just tried to get in touch with the previous maintainers at urban platform but the email bounced for both. It is an integral part of my project and might create my own package from it.

Wissperwind commented 2 years ago

Let me know if you do so.

rjvitorino commented 2 years ago

Hi @moritz89 I will get in touch with you via email regarding this project! Thank you so much for all your contributions and interest, and please apologise for the email issues beforehand. /cc @Wissperwind

simao-silva commented 2 years ago

@Wissperwind I added in fd8e975 the installation instructions with pip as well as compiling from source. I believe this issue is now resolved.