-
## Description of the issue
We want to implement #1363 for that we need a more sophisticated login approach that offers openid connect based user authentication. The package [django-allauth](https:…
-
# AllAuth, DJ-Rest-Auth와 JWT, Next.js
DRF 백엔드와 Next.js로 구성된 프론트엔드에서 OAuth 2.0을 사용한 사용자 인증 및 인가 구현
[https://iihus.vercel.app/WFSDtZihevaC](https://iihus.vercel.app/WFSDtZihevaC)
-
https://docs.allauth.org/en/latest/
-
[Django Allauth recently released their first stable version](https://docs.allauth.org/en/latest/release-notes/recent.html), from 0.63.6 to 64.0.0. It's worth noting he says in the release notes that …
-
# 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…
-
Hi, I see an `UpdateError` when `SINGLE_USER_SESSION=True` or not explicitly set.
If `SINGLE_USER_SESSION=False` this error disappears.
Here is the traceback:
```py
$ python manage.py runserver
W…
-
As a **user** I can **update /change my email address ** so that ** I can keep the account information up-to-date**
---
### Acceptance Criteria
- User can change email address
---
###…
-
### Description
I've been taking part in https://github.com/paperless-ngx/paperless-ngx/pull/5190 recently, which adds OpenID Connect support (also known as OIDC, Social Login or Oauth2.0) via django…
-
Earlier this year [allauth released a code-based login method](https://allauth.org/news/2024/04/django-allauth-0.62.0-released/).
1. User requests login by inputting their email address
2. Fronten…
-
### Please verify that this bug has NOT been raised before.
- [X] I checked and didn't find a similar issue
### Describe the bug*
When using the PUI login form and logging in with a OpenIDConnect p…