-
Updated
May 21, 2020 - Swift
oauth1
Here are 89 public repositories matching this topic...
-
Updated
May 4, 2020 - PHP
-
Updated
Jun 23, 2019 - Go
Hi! There is a documented feature: you can fetch invoices by its status, even multiple statuses, what looks quite convenient. Is this supported now? Cannot find this option in Type Script definitions.
Thanks!
I use 3.0.21.
-
Updated
Nov 6, 2019 - C
when I use the vue, the redirect_uri is a http address like this: http://localhost:8080/signin, but when in Electron app, this address not valid because there isn't a http server exist, so which is the substitude for that address?
-
Updated
May 7, 2019 - Python
-
Updated
Feb 6, 2020 - JavaScript
The documentation mention the oauth_body_hash should be encoded Base64.
https://tools.ietf.org/id/draft-eaton-oauth-bodyhash-00.html#parameter
But also reading the doc example, the final string oauth_body_hash should be uri encoded like baseString and oauth_signature.
Base64 encoded SHA-1 hash of the body:
Lve95gjOVATpfV8EL5X4nxwjKHE=
Header:
` PUT /resource HTTP/1.1
H
-
Updated
Mar 6, 2019 - Java
-
Updated
Apr 28, 2020 - Ruby
-
Updated
Dec 9, 2019 - C#
-
Updated
Apr 19, 2018 - Python
-
Updated
Aug 4, 2017 - Java
-
Updated
Jan 22, 2019 - Kotlin
-
Updated
May 20, 2020 - Python
additional providers
New provider implementations are welcome!
-
Updated
Dec 6, 2019 - PHP
Improve this page
Add a description, image, and links to the oauth1 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oauth1 topic, visit your repo's landing page and select "manage topics."


Describe the feature
Ideally the documentation should mention all the datastore models required by the OpenID Connect flows. The current documentation has this section for OAuth2.0 (https://oauthlib.readthedocs.io/en/latest/oauth2/server.html#create-your-datastore-models) but it is missing for OIDC.