Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2 #137

Merged
merged 28 commits into from
Sep 17, 2020
Merged

Release v2 #137

merged 28 commits into from
Sep 17, 2020

Conversation

adamjmcgrath
Copy link
Contributor

@adamjmcgrath adamjmcgrath commented Sep 17, 2020

Release v2.0.0

adamjmcgrath and others added 27 commits June 29, 2020 12:54
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
* Refactor the tests a little to use a server
* simplify test
* tests for unordered cookie chunks
* Test format changes for transient handler
* Update lib/transientHandler.js

Co-authored-by: Filip Skokan <panva.ip@gmail.com>
* Simplify the config tests, test more with less code
* Validate config fixes and tests
* Add comment, update tests
* `Issuer.discover` only takes a fully qualified url
* Simpler scope assertion and keep all config tests in same file
* Let auth server set default for response_type: code
* clientSecret is required for HS* algs regardless of response_type

Co-authored-by: Filip Skokan <panva.ip@gmail.com>
* Add tests for TokenSet
* Refactor the tests a little
* Split up code flow tests
* Add tests for access token expiry
* Add prettier

* Run `prettier --write .`
* Add tests for claim* MW

* Fix tests
* Auto generated docs with typedoc

* fix lgtm

* Fix auth params
* Add TROUBLESHOOTING and update debug logging

* fix tests

* Update lib/context.js

Co-authored-by: Filip Skokan <panva.ip@gmail.com>

Co-authored-by: Filip Skokan <panva.ip@gmail.com>
* attemptSilentLogin feature

* Resume silent login after successful login so that users try silent login again after their session's expire
* Add refresh method to access token

* Add method to fetch userinfo

* Add refresh example to docs

* Not all refresh token grants get a new refresh token back (eg non rotating) and remove unneeded opts
…app session cookie path and domain config (if specified) (#125)
* Default Login flow docs

* Add logout

* add link from readme
* Add samples and smoke tests

* Fix CI
* Make the test clearer that discovery alg is ignored

* Add test to show "none" disallowed for idTokenSigningAlg
* Add a migration guide for v1 to v2

* Apply suggestions from code review

Co-authored-by: Filip Skokan <panva.ip@gmail.com>

* Updates per PR comments

Co-authored-by: Filip Skokan <panva.ip@gmail.com>
* Release 2.0.0-beta.0

* Ignore docs from lint
@adamjmcgrath adamjmcgrath requested a review from a team September 17, 2020 11:52
# Conflicts:
#	package-lock.json
@adamjmcgrath adamjmcgrath changed the title Merge Beta branch Release v2 Sep 17, 2020
@lgtm-com
Copy link
Contributor

lgtm-com bot commented Sep 17, 2020

This pull request introduces 2 alerts and fixes 1 when merging 10a787b into 009b962 - view on LGTM.com

new alerts:

  • 2 for Missing rate limiting

fixed alerts:

  • 1 for Missing rate limiting

@adamjmcgrath adamjmcgrath requested a review from panva September 17, 2020 12:09
@adamjmcgrath adamjmcgrath merged commit 0def341 into master Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants