FARM-Auth icon indicating copy to clipboard operation
FARM-Auth copied to clipboard

Adding authentication to FARM stack

Results 1 FARM-Auth issues
Sort by recently updated
recently updated
newest added

apps/user/auth.py .... return generate_jwt(data, self.lifetime_seconds, self.secret, JWT_ALGORITHM) must be: return generate_jwt(data, self.secret, self.lifetime_seconds, JWT_ALGORITHM)