Sha256: c827fcd46d9808ebbed69a6bdf21ac1354b11168f2adbbb0f8ef59065a3288da
Contents?: true
Size: 308 Bytes
Versions: 2
Compression:
Stored size: 308 Bytes
Contents
Ctws.user_class = "User" Ctws.device_class = "DeviceApp" Ctws.profile_class = "Profile" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctws-0.1.10.alpha | config/initializers/ctws.rb |
ctws-0.1.9.alpha | config/initializers/ctws.rb |