oauth-v2-1 icon indicating copy to clipboard operation
oauth-v2-1 copied to clipboard

Strict JavaScript Exclusiveness?

Open MozharAlhosni opened this issue 1 year ago • 0 comments

Under Token Endpoint, it states:

Authorization servers that wish to support browser-based applications (applications running exclusively in client-side JavaScript without access to a supporting backend server)

However, the sentence "running exclusively in client-side JavaScript" imposes strict exclusiveness, regardless that these client-side browser-based applications may be running WebAssembly (for example, like Blazor WebAssembly web applications).

MozharAlhosni avatar Apr 14 '24 08:04 MozharAlhosni