Skip to content

Instantly share code, notes, and snippets.

@ashishwadekar
Created December 24, 2018 18:26
Show Gist options
  • Select an option

  • Save ashishwadekar/f687b11b2bf3c1572cc4d64179d826cb to your computer and use it in GitHub Desktop.

Select an option

Save ashishwadekar/f687b11b2bf3c1572cc4d64179d826cb to your computer and use it in GitHub Desktop.
Sample JWT Blacklist model
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