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
I'm looking for a way to create own applications that can retrieve oauth2 tokens to create custom skills for alexa for example (or other cloud based services). It seems like the API allows basic auth but I don't feel good storing the password directly.
I couldn't find any way to create own custom OAuth Clients besides creating my complete own myopenhab instance. Is it possible something like that can be implemented or haven't I just found that option yet?
I'd like some kind of form:
App-Name...
Redirect URL...
and get back Client-ID and Client-Secret.
The text was updated successfully, but these errors were encountered:
Hello,
I'm looking for a way to create own applications that can retrieve oauth2 tokens to create custom skills for alexa for example (or other cloud based services). It seems like the API allows basic auth but I don't feel good storing the password directly.
I couldn't find any way to create own custom OAuth Clients besides creating my complete own myopenhab instance. Is it possible something like that can be implemented or haven't I just found that option yet?
I'd like some kind of form:
App-Name...
Redirect URL...
and get back Client-ID and Client-Secret.
The text was updated successfully, but these errors were encountered: