issues Search Results · repo:pysnippet/fastapi-oauth2 language:Python
Filter by
27 results
(105 ms)27 results
inpysnippet/fastapi-oauth2 (press backspace or delete to remove)Bug description
When running the authorization code flow, my browser shows me this error detail state parameter does not match
This only happens sometimes. Not always. This only happens on my production ...
bug
marcvs
- 2
- Opened on Dec 19, 2024
- #53
Bug description
I m trying to implement my own oauth implementation. Trying this with logto returns (invalid_request) client
authentication must only be provided using one mechanism
https://github.com/pysnippet/fastapi-oauth2/blob/33b42dcebc098c0a1086880bd76ff8c110bb0da2/src/fastapi_oauth2/core.py#L111-L124 ...
bug
twsl
- 3
- Opened on Dec 18, 2024
- #52
Bug description
OAuth2Core doesnt use redirect_uri
https://github.com/pysnippet/fastapi-oauth2/blob/33b42dcebc098c0a1086880bd76ff8c110bb0da2/src/fastapi_oauth2/core.py#L79-L80
despite passing it in __init__ ...
bug
wontfix
twsl
- 1
- Opened on Dec 11, 2024
- #51
Bug description
First off, thanks for the great project! We are trying to see if we can use this as part of our FastAPI application, but
found a major bug in the implementation:
TLDR
Storing the OAuth2Core._access_token ...
bug
mrharpo
- 1
- Opened on Aug 7, 2024
- #47
Bug description
OAuth2Middleware handles exceptions too widely by catching Exception and masking any error raised in user code.
Because that middleware wraps the whole application and, more importantly, ...
bug
vokimon
- 7
- Opened on Jul 20, 2024
- #42
Bug description
I tried to use fastapi_oauth2 with twitter for my project. I have setup a simple test.py file just from the docs, with
my oauth2 app creds from twitter:
# main.py
from fastapi import ...
bug
invalid
wontfix
iptoux
- 1
- Opened on Jun 12, 2024
- #41
Bug description
Hi, I was trying to integrate KakaoOAuth2 and had to apply client_secret for the authentication. The provider(Kakao)
says the client_secret for KakaoOauth2 is not mandatory but is recommended ...
bug
kkh-147-17-3
- 7
- Opened on Mar 13, 2024
- #37
Bug description
The access token is available only once per login. If you need to get the access_token multiple times, you need to log
out and log in again, which is inconvenient for the user. The solution ...
bug
ArtyomVancyan
- Opened on Mar 12, 2024
- #36
Bug description
Context: I have created a mixed system, where I still allow OAuth against local users, but also allow social OAuth. It
is possible I have done something wrong there, but let s still look ...
bug
invalid
maparent
- 3
- Opened on Mar 6, 2024
- #33
Bug description
It throws the following error Expecting a string- or bytes-formatted key. with a 401 return
Reproduction URL
No response
Reproduction steps
I am trying to use the code from the example ...
bug
question
wontfix
L4stIdi0t
- 6
- Opened on Feb 24, 2024
- #32

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.