Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / aliev/aioauth issues and pull requests

#90 - Why a token is needed for `/authorize`?

Issue - State: closed - Opened by Pedram-Parsian 10 months ago - 1 comment
Labels: help wanted

#89 - Hotfix/v1.5.4

Pull Request - State: closed - Opened by aliev about 1 year ago

#88 - Hotfix/v1.5.4

Pull Request - State: closed - Opened by aliev about 1 year ago

#87 - fix: return correct `toke_type` in introspection

Pull Request - State: closed - Opened by benreinhold-nm about 1 year ago

#86 - fix: invalid_client response is missing application/json content-type

Pull Request - State: closed - Opened by aliev about 1 year ago - 1 comment

#85 - `invalid_client` response is missing `application/json` content-type

Issue - State: closed - Opened by benreinhold-nm about 1 year ago - 1 comment
Labels: bug

#84 - Implement token revocation endpoint

Pull Request - State: closed - Opened by mgorven about 1 year ago - 1 comment

#83 - Refactor tests to invert control and make more dependencies injectable

Pull Request - State: closed - Opened by tdg5 about 1 year ago - 3 comments

#82 - Fix bug preventing some grant types from getting client_secret

Pull Request - State: closed - Opened by tdg5 over 1 year ago - 2 comments

#81 - No client_secret passed to get_client for create_token_response in 1.5.2

Issue - State: closed - Opened by scmmmh over 1 year ago - 7 comments
Labels: bug

#80 - A client must use their client_secret if they have one

Pull Request - State: closed - Opened by tdg5 over 1 year ago - 2 comments

#79 - feat: codeql was upgraded to v2

Pull Request - State: closed - Opened by aliev over 1 year ago

#78 - A client_secret is not required for the password grant type

Pull Request - State: closed - Opened by tdg5 over 1 year ago - 3 comments

#77 - fix: type hinting refactoring and small bugfix

Pull Request - State: closed - Opened by aliev over 1 year ago - 1 comment

#76 - OIDC token response to authorization_code grant type should always include an id_token

Pull Request - State: closed - Opened by tdg5 over 1 year ago - 7 comments

#75 - Allow OIDC prompt query param

Pull Request - State: closed - Opened by tdg5 over 1 year ago - 10 comments

#74 - Exchanging an authorization code for an access token needs no client_secret

Pull Request - State: closed - Opened by tdg5 over 1 year ago - 11 comments

#73 - fix: renamed redirect_on_exc to skip_redirect_on_exc

Pull Request - State: closed - Opened by aliev over 1 year ago

#72 - fix: catch_errors_and_unavailability redirect argument

Pull Request - State: closed - Opened by aliev over 1 year ago - 1 comment

#71 - Return most /authorize errors as a redirect

Pull Request - State: closed - Opened by mgorven over 1 year ago - 2 comments

#70 - Use scope from authorization code when issuing token

Pull Request - State: closed - Opened by mgorven over 1 year ago - 1 comment

#69 - fix: added Python 3.11 support

Pull Request - State: closed - Opened by aliev over 1 year ago

#68 - Incompatible with Python >= 3.11

Issue - State: closed - Opened by dlbas over 1 year ago - 3 comments
Labels: bug

#67 - Missing aiohttp example

Issue - State: closed - Opened by adbenitez over 1 year ago - 3 comments
Labels: documentation, enhancement, help wanted, question

#66 - fix: mypy errors on custom models

Pull Request - State: closed - Opened by aliev almost 2 years ago - 2 comments

#65 - fix: allow `POST` method in `create_authorization_response`

Pull Request - State: closed - Opened by aliev almost 2 years ago - 2 comments

#64 - POST /authorize fails with `Method not allowed` status code

Issue - State: closed - Opened by pedropregueiro almost 2 years ago - 7 comments
Labels: bug

#63 - Passing extra query parameters to the request

Issue - State: closed - Opened by pedropregueiro almost 2 years ago - 22 comments
Labels: help wanted

#62 - Fix typo in utils.py

Pull Request - State: closed - Opened by gyusang almost 2 years ago - 1 comment

#61 - About a Third-Party (external) authorization server interface

Issue - State: closed - Opened by TatanParker about 2 years ago - 2 comments
Labels: help wanted

#60 - fix: replaced --stric to --strict-markers in pytest options

Pull Request - State: closed - Opened by aliev over 2 years ago

#59 - Removed Python 3.6 support and added Python 3.10

Pull Request - State: closed - Opened by aliev over 2 years ago

#58 - Use dataclasses instead of namedtuples

Pull Request - State: closed - Opened by grmnz over 2 years ago - 4 comments

#55 - Fix password grant request validation

Pull Request - State: closed - Opened by grmnz over 2 years ago - 2 comments

#54 - Refactoring/non-critical-typing-refactoring

Pull Request - State: closed - Opened by aliev over 2 years ago - 1 comment

#53 - Refactoring/decoupling-get-authorization-header

Pull Request - State: closed - Opened by aliev over 2 years ago - 1 comment

#52 - Feature/utils-refactoring

Pull Request - State: closed - Opened by aliev over 2 years ago - 1 comment

#51 - Triggering validate_request from server

Pull Request - State: closed - Opened by aliev over 2 years ago - 1 comment

#50 - generate_token function was moved out of the storage methods

Pull Request - State: closed - Opened by aliev over 2 years ago - 1 comment

#49 - Adjusted and fixed documentation warnings. Documented FastAPI section

Pull Request - State: closed - Opened by aliev almost 3 years ago - 1 comment

#48 - Added tests for FastAPI integration

Pull Request - State: closed - Opened by aliev almost 3 years ago

#46 - Added fastapi support

Pull Request - State: closed - Opened by aliev almost 3 years ago - 1 comment

#45 - Improvements of the code base

Pull Request - State: closed - Opened by aliev almost 3 years ago - 1 comment

#44 - Added type for Query.response_type

Pull Request - State: closed - Opened by aliev almost 3 years ago

#42 - Fixed documentation warnings

Pull Request - State: closed - Opened by aliev almost 3 years ago

#40 - Updated documentation and README

Pull Request - State: closed - Opened by aliev almost 3 years ago

#39 - Create CODE_OF_CONDUCT.md

Pull Request - State: closed - Opened by aliev almost 3 years ago

#38 - Documentation

Pull Request - State: closed - Opened by aliev almost 3 years ago

#37 - Authorization Code flow with PKCE loses cookies between redirects

Issue - State: closed - Opened by mister-px almost 3 years ago - 13 comments
Labels: help wanted, question

#36 - Fixed setup.py file, removed tox

Pull Request - State: closed - Opened by aliev almost 3 years ago

#35 - Implemented response_mode for OpenID

Pull Request - State: closed - Opened by aliev almost 3 years ago - 1 comment

#34 - Changed project base directory from src to aioauth

Pull Request - State: closed - Opened by aliev almost 3 years ago - 3 comments

#33 - Renamed BaseDB to BaseStorage

Pull Request - State: closed - Opened by aliev almost 3 years ago - 1 comment

#32 - OpenID support

Pull Request - State: closed - Opened by aliev almost 3 years ago - 3 comments

#31 - Core refactoring and build tools cleanup

Pull Request - State: closed - Opened by aliev almost 3 years ago

#30 - Refactoring and multiple response_type support

Pull Request - State: closed - Opened by aliev about 3 years ago - 2 comments

#29 - Refactoring and multiple response_type support

Issue - State: closed - Opened by aliev about 3 years ago
Labels: enhancement, question

#28 - Project Restructure

Issue - State: closed - Opened by aliev over 3 years ago - 8 comments
Labels: enhancement

#27 - refactor: move some business logic out of the db class

Pull Request - State: closed - Opened by woile over 3 years ago - 4 comments
Labels: enhancement

#26 - OpenID Connect

Issue - State: closed - Opened by woile over 3 years ago - 1 comment
Labels: enhancement

#25 - Remove PasswordGrantType from BaseAuthorizationServer.

Issue - State: closed - Opened by synchronizing over 3 years ago
Labels: enhancement

#24 - Allow Credentials in POST

Pull Request - State: closed - Opened by danygielow over 3 years ago - 5 comments
Labels: enhancement

#23 - Added badges: build status, coverage, license, pypi

Pull Request - State: closed - Opened by aliev over 3 years ago - 6 comments

#22 - Pyright needs to be added to 'dev-install' make instruction.

Issue - State: closed - Opened by synchronizing over 3 years ago - 3 comments

#21 - WIP - Documentation

Pull Request - State: closed - Opened by synchronizing over 3 years ago - 15 comments
Labels: documentation, enhancement

#20 - validate_request for RefreshTokenGrantType was rewritten in general form

Pull Request - State: closed - Opened by aliev over 3 years ago - 2 comments

#19 - Fixed confusing naming in methods of BaseDB

Pull Request - State: closed - Opened by aliev over 3 years ago - 1 comment

#18 - Added revoked tokens handler

Pull Request - State: closed - Opened by aliev over 3 years ago - 3 comments

#17 - Release v0.1.5

Pull Request - State: closed - Opened by aliev over 3 years ago

#16 - Move FastAPI example from README.md to a separate directory

Issue - State: closed - Opened by aliev over 3 years ago
Labels: documentation, enhancement, help wanted

#15 - Pinned black version on pre-commit

Pull Request - State: closed - Opened by aliev over 3 years ago - 1 comment

#14 - Added contributing details

Pull Request - State: closed - Opened by aliev over 3 years ago

#13 - Bugfix for refresh token scope

Pull Request - State: closed - Opened by danygielow over 3 years ago - 8 comments

#12 - FastAPI example request.user clarification

Pull Request - State: closed - Opened by aliev over 3 years ago - 1 comment

#11 - Questions about the combination of this library and AuthenticationMiddleware

Issue - State: closed - Opened by hidaris over 3 years ago - 4 comments
Labels: question

#9 - Feature/update readme

Pull Request - State: closed - Opened by aliev over 3 years ago - 1 comment

#8 - Release v0.1.3

Pull Request - State: closed - Opened by aliev over 3 years ago

#7 - Renamed Endpoint to AuthorizationServer

Pull Request - State: closed - Opened by aliev over 3 years ago - 1 comment

#6 - Bump version

Pull Request - State: closed - Opened by aliev over 3 years ago

#5 - Making the settings more sexy 😍

Pull Request - State: closed - Opened by aliev over 3 years ago - 2 comments

#4 - Added codecov support

Pull Request - State: closed - Opened by aliev over 3 years ago - 1 comment

#3 - Tests refactoring

Pull Request - State: closed - Opened by aliev over 3 years ago

#2 - Project cleanup

Pull Request - State: closed - Opened by aliev almost 4 years ago

#1 - TODO List

Issue - State: closed - Opened by aliev almost 4 years ago