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
In the case of the first two I suppose this is intended. But the rest should probably be included? Also, "WellKnown" and the existing "GetWellKnown" are very similar names.
Which version of the software is affected?
latest
The text was updated successfully, but these errors were encountered:
androbi-com
changed the title
Add oauthapi functions to golang interface
sdk: add oauthapi functions to golang interface
Aug 19, 2018
The /oauth2/auth and /oauth2/token endpoints should not be included. They have difficult parameters to handle which should be implemented via a proper library. The others could/should be added (except RevokeUserLoginCookie).
Do you want to request a feature or report a bug?
Complete SDK for Go
What is the current behavior?
In https://github.com/ory/hydra/blob/master/sdk/go/hydra/sdk_api.go the following functions from https://github.com/ory/hydra/blob/master/sdk/go/hydra/swagger/o_auth2_api.go do not show up:
In the case of the first two I suppose this is intended. But the rest should probably be included? Also, "WellKnown" and the existing "GetWellKnown" are very similar names.
Which version of the software is affected?
latest
The text was updated successfully, but these errors were encountered: