Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps-dev): bump eslint from 8.42.0 to 8.47.0 #215

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

Closed
dependabot wants to merge 18 commits into development from dependabot/npm_and_yarn/eslint-8.47.0
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
74d2e86
docs(community): code of conduct added
jankapunkt Jul 13, 2023
cbcaf89
docs(community): issue template added
jankapunkt Jul 13, 2023
c4eafef
docs: fix links and cover missing topics
jankapunkt Aug 3, 2023
c243526
docs: fix outdated links/names
jankapunkt Aug 3, 2023
ac9e5c4
docs: revert model overview links
jankapunkt Aug 3, 2023
1ae0877
docs: add readthedocs config yml
jankapunkt Aug 3, 2023
f13c55f
docs: update sphinx conf
jankapunkt Aug 3, 2023
dc60b22
docs: fix old oauth2-server references
jankapunkt Aug 3, 2023
99b3346
docs: fix pkce code rendering
jankapunkt Aug 3, 2023
71fa350
docs: make section D citation block
jankapunkt Aug 3, 2023
3628d7d
docs: use intendation for quote blocks in docs/pkce
jankapunkt Aug 3, 2023
24d9e69
docs: make pkce section not part of the code block
jankapunkt Aug 3, 2023
6dc20fc
docs: add missing pkce params to saveAuthorizationCode
jankapunkt Aug 3, 2023
7be88d6
docs: model.saveAuthorizationCode pkce parameters corrected
jankapunkt Aug 4, 2023
c273123
docs: model.saveAuthorizationCode pkce parameters corrected
jankapunkt Aug 4, 2023
a036be5
docs: fix links and cover missing topics
jankapunkt Aug 7, 2023
074e392
docs: add docs to comply with community standards
jankapunkt Aug 7, 2023
331842c
build(deps-dev): bump eslint from 8.42.0 to 8.47.0
dependabot[bot] Aug 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: fix outdated links/names
  • Loading branch information
jankapunkt committed Aug 3, 2023
commit c24352610bada42dd8bfbe00ee30d0024e79e783
2 changes: 1 addition & 1 deletion docs/index.rst
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
oauth2-server
===============

oauth2-server_ is a complete, compliant and well tested module for implementing an OAuth2 server in Node.js_. The project is `hosted on GitHub`_ and the included test suite is automatically `run on Travis CI`_.
oauth2-server_ is a complete, compliant and well tested module for implementing an OAuth2 server in Node.js_. The project is `hosted on GitHub`_ and the included test suite is automatically `run on GitHub CI`_.

.. _oauth2-server: https://www.npmjs.com/package/@node-oauth/oauth2-server
.. _Node.js: https://nodejs.org
Expand Down
6 changes: 3 additions & 3 deletions docs/npm_conf.py
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def get_config():
'name': package['name'],
'version': package['version'],
'short_version': get_short_version(package['version']),
'organization': 'oauthjs',
'organization': '@node-oauth',
'copyright_year': get_copyright_year(2016),
# TODO: Get authors from package.
'docs_author': 'Max Truxa',
'docs_author_email': 'dev@maxtruxa.com'
'docs_author': 'Node-OAuth Authors',
'docs_author_email': ''
}

AltStyle によって変換されたページ (->オリジナル) /