3 4 5 6 7 8 9
# File 'app/services/morpho/jwt/authentication_token.rb', line 3 def self.new(request) if request.headers[Morpho.config.jwt.header].present? request.headers[Morpho.config.jwt.header].split(' ').last else nil end end