25 26 27
# File 'lib/rapid_api/auth/concerns/jwt_helpers.rb', line 25 def jwt_decode(token) Support::JWT.decode(token) end
21 22 23
# File 'lib/rapid_api/auth/concerns/jwt_helpers.rb', line 21 def jwt_encode(payload) Support::JWT.encode(payload) end