View Source mix phx.gen.oidcc (Phx Gen Oidcc v0.1.0-alpha.1)
Generates OpenID Login code for Phoenix project
$ mix phx.gen.oidcc \
MyApp.ConfigProviderName \ "https://isser.example.com" \
"client_id" \
"client_secret"
arguments
Arguments
- The name of the OpenID Provider Configuration Worker
- The issuer URL of the OpenID Provider
- The Client ID
- The Client Secret