mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-10 07:38:10 -05:00
6 lines
137 B
Ruby
6 lines
137 B
Ruby
class Api::V0::BaseController < ApplicationController
|
|
include OpenidConnect::Authentication
|
|
|
|
before_filter :require_access_token
|
|
end
|