Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
class AuthorizationDecisionEndpoint
extends BaseEndpoint
import { AuthorizationDecisionEndpoint } from "https://deno.land/x/authlete_deno_fen_oauth_server@v1.0.0/src/endpoint/authorization_decision_endpoint.ts";

The endpoint that receives a request from the form in the authorization page.

Methods

Process a request from the form in the authorization page.

Note that a better implementation would re-display the authorization page when the pair of login ID and password is wrong, but this implementation does not do it for brevity. A much better implementation would check the login credentials by Ajax.