summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Updated date and authorsv3.2.1Jonathan Huot2022-09-091-0/+1
|
* Prepare 3.2.1 releaseJonathan Huot2022-09-061-0/+6
|
* Add contributors to AUTHORS file.Jonathan Huot2022-01-291-0/+19
|
* Use request.nonce when generating hybrid id tokenTom Evans2021-02-121-0/+1
| | | | | | | | | | Like with the implicit grant, we need to override add_id_token to pass the nonce from the current request to GrantBase.add_id_token in order for the ID token to have the correct nonce. Add test that the nonce is in ID token from hybrid OIDC flow. Fixes: #746
* Use secrets module in Python 3.6 and later (#533)Olaf Conradi2018-04-131-0/+1
| | | | | | | | | The secrets module should be used for generating cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets. In particularly, secrets should be used in preference to the default pseudo-random number generator in the random module, which is designed for modelling and simulation, not security or cryptography.
* Update changelog for 2.0.7.Pieter Ennes2018-03-191-0/+2
| | | | (cherry picked from commit e7b906a)
* Adds Brendan McCollam to AUTHORSBrendan McCollam2016-12-221-1/+2
|
* AUTHORS fileJoel Stevenson2016-08-251-0/+1
|
* Add myself to the authors file.Omer Katz2016-04-111-0/+1
|
* Fix management of rfc6749 errorsfabio2015-07-061-0/+1
|
* Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-051-0/+1
| | | | | | See https://github.com/idan/oauthlib/pull/265 for rationale. In brief: raising any exception blows the stack, which is inappropriate for a non-error state.
* Updated AUTHORS with Josh TurmelJosh Turmel2014-04-121-0/+1
| | | * Coincides with signed token change that was accepted recently
* added myself to the authors listMassimiliano Pippi2013-09-211-0/+1
|
* Fixed error in example, added myself to authors.Tyler Jones2013-08-011-1/+2
|
* Changed exception message in authorization.py; changed a validation ↵Kyle2013-07-231-0/+1
| | | | parameter in resource.py from request_token to access_token; updated authors
* changing server example to reflect changes to request validator in ↵Clint Ecker2013-06-211-0/+1
| | | | 035d46c73ab7feb4719e4642dafc9bb21aa8bd2c
* Update AUTHORSDevin Sevilla2013-05-311-0/+1
|
* add myself in authorsHsiaoming Yang2013-05-311-0/+1
|
* Added a new extension for oauth2 providers that integrates with flask.mthompson2013-05-071-0/+1
| | | | | | Modified the existing scopes argument for django provider so that it now will accept a function as well as a list object. This is done so that scopes can be dynamically set.
* Added my little self to AUTHORSondrowan2013-02-141-0/+1
|
* RefreshTokenGrantIb Lundgren2012-12-191-0/+1
|
* Include self in authorsTom Christie2012-11-131-0/+1
|
* adding myself to AUTHORS as suggested by idan.Silas Snider2012-11-091-0/+1
|
* 0.3.20.3.2Ib Lundgren2012-11-081-1/+2
|
* address some of the review points from IbMichael Vogt2012-10-291-0/+1
|
* Add dstufft to AUTHORSIdan Gazit2012-05-011-0/+1
|
* Add self to AUTHORSCaleb Brown2012-04-191-0/+1
|
* Added AUTHORSIdan Gazit2012-03-131-0/+7