devise_custom_authenticatable 0.0.2 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
## v0.0.1
|
|
2
2
|
|
|
3
3
|
* initial release, basic functionality
|
|
4
|
+
|
|
5
|
+
## v0.0.2
|
|
6
|
+
|
|
7
|
+
* Fix: compatibility with default :database_authenticatable strategy, so they both can work together or separate.
|
|
8
|
+
|
|
9
|
+
## v0.1.0
|
|
10
|
+
|
|
11
|
+
* Feature: generate session routes for :custom_authenticatable strategy
|