Last active
August 5, 2019 23:41
-
-
Save HeshamMagdy97/29f895d10808f23b5e4c40affad4ade7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class JWTBlacklist < ApplicationRecord | |
include Devise::JWT::RevocationStrategies::Blacklist | |
self.table_name = 'jwt_blacklist' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment