AttestoPhoenix.Controller.PARController (AttestoPhoenix v0.6.1)

Copy Markdown View Source

Pushed Authorization Request endpoint (RFC 9126).

The endpoint authenticates the client, stores the submitted authorization request parameters behind a request_uri, and returns that reference to be used at /oauth/authorize. The authorization endpoint still performs the normal client/redirect/scope/PKCE validation when the reference is resolved.

Summary

Functions

create(conn, params)

@spec create(Plug.Conn.t(), map()) :: Plug.Conn.t()