16 17 18
# File 'lib/rapid_api/auth/concerns/jwt_helpers.rb', line 16 def jwt_decode(token) Support::JWT.decode(token) end
12 13 14
# File 'lib/rapid_api/auth/concerns/jwt_helpers.rb', line 12 def jwt_encode(payload) Support::JWT.encode(payload) end