Sha256: 232956fe3020dda054fd5ec35fb326268c704750be9f20f76163759c5916a5a1
Contents?: true
Size: 245 Bytes
Versions: 8
Compression:
Stored size: 245 Bytes
Contents
Ctws.user_class = "User" Ctws.user_class_strong_params = [:email, :password, :password_confirmation] Ctws.user_validate_with_password = true Ctws.jwt_expiration_time = 24.hours.from_now Ctws.jwt_auth_token_attrs = %i(id email) # TODO: implement
Version data entries
8 entries across 8 versions & 1 rubygems