Skip to content

issues Search Results · repo:authlib/example-oauth2-server language:Python

Filter by

64 results
 (56 ms)

64 results

inauthlib/example-oauth2-server (press backspace or delete to remove)

After more debugging than I d care to admit, I have made a (barely) functioning Django Authlib2 provider w/ the Authorization Code Grant strat. I ve seen from prior discussion that there was some interest ...
  • arav-agarwal2
  • Opened 
    on Feb 10, 2024
  • #98

{ error : invalid_token , error_description : The access token provided is expired, revoked, malformed, or invalid for other reasons. }
  • mingganglee
  • 1
  • Opened 
    on Sep 27, 2023
  • #97

When running flask run, an error will occur: AttributeError: Flask object has no attribute before_first_request . workaround: diff --git a/requirements.txt b/requirements.txt index a9a0f2d..34f5e84 100644 ...
  • jinmiaoluo
  • Opened 
    on Jul 1, 2023
  • #95

Can we implement account lockout mechanism after continuous failure of token request?
  • pradipthakuri1993
  • Opened 
    on Jun 2, 2023
  • #94

Hi, Can we generate access and refresh token in JWT format instead of normal string? Also, how can we return JTI values? Thanks. Current Format: { access_token : 6hdWtMlPL1cXrFgZpeaXkkVI0cys5JPEOCZe17FDID ...
  • pradipthakuri1993
  • Opened 
    on Dec 21, 2022
  • #93

I have got the access token, so how I refresh it with my refresh_token, what is the correct curl command to get that ?
  • newthis
  • 4
  • Opened 
    on Nov 17, 2022
  • #92

Just using this example to explore the library, and hard to tell how things are supposed to fit together without docs or a (working) sample. To reproduce the problem, just setup and run (flask run) Verify ...
  • LewisPringle
  • 8
  • Opened 
    on Oct 17, 2022
  • #90

According to the authlib document, if user uses client_secret_basic client auth method, HTTP Basic Authorization can be used. However, with HTTP basic Authorization it failed to get token. 1. Successfully ...
  • juhyun
  • Opened 
    on Aug 3, 2022
  • #88

Hi, The sample in this repo is pretty straightforward and clear. Thanks. One thing is not mentioned in tutorial is getting new access_token with refresh_token as way of renewing an access_token. I tried ...
  • lgprobert
  • 2
  • Opened 
    on Jan 10, 2022
  • #86

I have an issue with the example on this page: https://github.com/authlib/example-oauth2-server curl -u zdIKyq4ngefIcRtcU83mYK4x:oBxXfYNeqGtBq07UHrmMXLfonxTimxoJ0qpIhV9lQWYtN82Z -XPOST http://127.0.0.1:5000/oauth/token ...
  • klamse
  • 1
  • Opened 
    on Nov 22, 2021
  • #85
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub