| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@ericof can you help me with the dependencies check? I have introduced PyJWT as a dependency but the checker says I am missing the jwt dependency. The point is that when installing PyJWT you have to do import jwt. Yes. I know. One more in the wonderful python packaging problem (and this is better than djangorestframework-jwt). I tried adding it to .meta.toml as suggested in the pyproject.toml but I don't get how to do the mapping between them, |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
As explained in #46 ...
Sign in with Apple is an OpenID Connectish interface to allow users sign in using their Apple credentials.
It has some peculiarities like:
I am not sure whether introducing Apple weirdness in this plugin is OK, but as it mostly complies with OIDC I have added a PR. And also because I am running in on a small production site.
I am open to discuss it.