Skip to content

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strzibny committed Jul 6, 2023
1 parent 592ade9 commit 8d4f9e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Some of the compatible token devices are:

Device OTP was recently updated to work with Rails 7 and Turbo.

## Sponsor

Devise::OTP development is sponsored by [Business Class](https://businessclasskit.com/) Rails SaaS starter kit. If you don't want to setup OTP yourself for your new project, consider starting one on Business Class.

## Two-factors authentication using OTP

* A shared secret is generated on the server, and stored both on the token device (e.g. the phone) and the server itself.
Expand Down
2 changes: 1 addition & 1 deletion lib/devise-otp/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Devise
module OTP
VERSION = "0.5.0"
VERSION = "0.6.0"
end
end

0 comments on commit 8d4f9e0

Please sign in to comment.