-
Hello,
how to implement social login with basic authentication? is it possible to implement ?
please, any suggestion would be appreciated.
Thanks in advance.
-
How to add social/oauth2 authentication?
-
# Config
Using all-auth social login with Google
``` python
# Pipfile
dj-rest-auth = "==6.0.0"
django-allauth = {extras = ["socialaccount"], version = "==0.63.6"}
```
Using the following se…
-
**Why is this needed**:
Right now when oauth is setup through any provider we always perform code to token exchange using `client_secret_post`. We will do a post request to the token endpoint and alwa…
-
Allow sign in using populare social media accounts
-
Implement a password reset option for users who forget their login credentials.
Social Login Integration: Integrate with popular social media platforms (e.g., Google, Facebook, LinkedIn) to allow use…
-
> I only use `Social connections` to log in, and I prohibit registration. I manage permissions for some of my private websites. I have encountered some problems and would like to ask for advice or mak…
Ocyss updated
1 month ago
-
I installed the package and followed the steps in the README.md but no matter what I do it always return this response:
`{
"error": "invalid_client",
"error_description": "Client authenti…
-
### Describe the problem
Currently, if a Weblate instance has email authentication disabled (`social_core.backends.email.EmailAuth` is not defined in `AUTHENTICATION_BACKENDS`, and a different back…
-
Notesnook is an absolutely fantastic project that I've been using for a few weeks now. I've been looking for a self-hosted alternative to Google Keep for a long while now and Notesnook is truly the on…