You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently OAuth authentication flow is not supported in this library, so this client users need to retrieve manually the token from https://hypothes.is/account/developer or develop themselves (or use existing implementations of OAuth) authentication and management of API access tokens.
Solution
The idea is to provide a client and server-side functionality integrated in hypothesis-api-client to simplify and make reusable by third parties the OAuth. We can reuse Hypothes.is/client library for browser/web-based applications, and client-oauth2 for node.js-based apps.
Problem
Currently OAuth authentication flow is not supported in this library, so this client users need to retrieve manually the token from https://hypothes.is/account/developer or develop themselves (or use existing implementations of OAuth) authentication and management of API access tokens.
Solution
The idea is to provide a client and server-side functionality integrated in hypothesis-api-client to simplify and make reusable by third parties the OAuth. We can reuse Hypothes.is/client library for browser/web-based applications, and client-oauth2 for node.js-based apps.
Source: haritzmedina/reviewAndGo#3
The text was updated successfully, but these errors were encountered: