Class: Shakha::JwksController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Shakha::JwksController
- Defined in:
- app/controllers/shakha/jwks_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 8 |
# File 'app/controllers/shakha/jwks_controller.rb', line 5 def show render json: Shakha::JwtHandler.jwks, content_type: "application/json" end |