# File 'lib/morpho/cipher.rb', line 9defjwt_decode(token,algorithm=Morpho.config.jwt.algorithm)::JWT.decode(token,Morpho.config.jwt.secret,true,algorithm:algorithm)end
# File 'lib/morpho/cipher.rb', line 5defjwt_encode(payload,algorithm=Morpho.config.jwt.algorithm)::JWT.encode(payload,Morpho.config.jwt.secret,algorithm)end