Add support for OAuth 2.0 dynamic client registration
This commit is contained in:
@@ -10,7 +10,7 @@ from app.utils.url import make_abs
|
||||
class IndieAuthClient:
|
||||
logo: str | None
|
||||
name: str
|
||||
url: str
|
||||
url: str | None
|
||||
|
||||
|
||||
def _get_prop(props: dict[str, Any], name: str, default=None) -> Any:
|
||||
|
Reference in New Issue
Block a user