devise-jwt
JWT token authentication with devise and rails
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- lint.yml
- dependabot.yml
- FUNDING.yml
- console
- setup
- jwt_authenticatable.rb
- allowlist.rb
- denylist.rb
- jti_matcher.rb
- null.rb
- defaults_generator.rb
- mapping_inspector.rb
- models.rb
- railtie.rb
- revocation_strategies.rb
- test_helpers.rb
- version.rb
- jwt.rb
- allowlist_spec.rb
- denylist_spec.rb
- jti_matcher_spec.rb
- null_spec.rb
- defaults_generator_spec.rb
- mapping_inspector_spec.rb
- railtie_spec.rb
- test_helpers_spec.rb
- jwt_authenticatable_spec.rb
- devise_spec.rb
- jwt_spec.rb
- authorization_spec.rb
- token_dispatch_spec.rb
- token_revocation_spec.rb
- application_controller.rb
- registrations_controller.rb
- application_job.rb
- allowlisted_jwt.rb
- application_record.rb
- jwt_denylist.rb
- jwt_with_allowlist_user.rb
- jwt_with_denylist_user.rb
- jwt_with_jti_matcher_user.rb
- jwt_with_null_user.rb
- no_jwt_user.rb
- bundle
- rails
- rake
- setup
- update
- development.rb
- production.rb
- test.rb
- application_controller_renderer.rb
- backtrace_silencers.rb
- cors.rb
- devise.rb
- filter_parameter_logging.rb
- inflections.rb
- mime_types.rb
- wrap_parameters.rb
- devise.en.yml
- en.yml
- application.rb
- boot.rb
- database.yml
- environment.rb
- puma.rb
- routes.rb
- secrets.yml
- 20170113091441_devise_create_jwt_users.rb
- 20170113150139_devise_create_no_jwt_users.rb
- 20170119120658_add_jti_to_jwt_users.rb
- 20170119143719_rename_jwt_user_to_jwt_with_jti_matcher_users.rb
- 20170119145401_create_blacklist.rb
- 20170120092719_create_jwt_with_blacklist_users.rb
- 20170120101213_devise_create_jwt_with_null_users.rb
- 20170802000822_add_expiration_time_to_blacklist.rb
- 20170804032446_rename_blacklist_table_to_jwt_blacklist.rb
- 20171209162000_devise_create_jwt_with_whitelist_users.rb
- 20171209162500_create_whitelisted_jwts.rb
- 20171211114759_add_exp_to_whitelisted_jwts.rb
- 20171230182243_add_unique_index_to_blacklist_jti.rb
- 20200603051918_rename_blacklist_to_denylist.rb
- 20200603053415_rename_whitelist_to_allowlist.rb
- schema.rb
- seeds.rb
- robots.txt
- jwt_users.yml
- no_jwt_users.yml
- jwt_with_jti_matcher_user_test.rb
- no_jwt_user_test.rb
- test_helper.rb
- config.ru
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- feature.rb
- fixtures.rb
- spec_helper.rb
- .codeclimate.yml
- .gitignore
- .rspec
- .rubocop.yml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- devise-jwt.gemspec
- Gemfile
- issue_template.md
- LICENSE.txt
- Rakefile
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/waiting-for-dev/devise-jwt
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd devise-jwt
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
