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
Hi,
I just wonder if there are any support for OAuth2 (of any kind) in the Yaws code?
For example, yaws:parse_auth/1 does not look for the "Bearer" scheme (and perhaps it is ok
since I can work around it).
So have anyone used Yaws to (e.g) receive Authorization tokens or in any other way dealt with OAuth2+Yaws?
and if so, any suggestions on how to best test it in a robust way...
Cheers, Tobbe
The text was updated successfully, but these errors were encountered:
Hi,
I just wonder if there are any support for OAuth2 (of any kind) in the Yaws code?
For example, yaws:parse_auth/1 does not look for the "Bearer" scheme (and perhaps it is ok
since I can work around it).
So have anyone used Yaws to (e.g) receive Authorization tokens or in any other way dealt with OAuth2+Yaws?
and if so, any suggestions on how to best test it in a robust way...
Cheers, Tobbe
The text was updated successfully, but these errors were encountered: