Skip to content

Commit 5e75998

Browse files
committed
docs: add UPGRADING.md
1 parent 92ca399 commit 5e75998

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

UPGRADING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Upgrade Guide
22

3+
## Version 1.0.0-beta.6 to 1.0.0-beta.7
4+
5+
### Install New Config AuthToken.php
6+
7+
A new Config file **AuthToken.php** has been introduced. Run `php spark shield:setup`
8+
again to install it into **app/Config/**, or install it manually.
9+
10+
Then change the default settings as necessary. When using Token authentication,
11+
the default value has been changed from all accesses to be recorded in the
12+
``token_logins`` table to only accesses that fail authentication to be recorded.
13+
314
## Version 1.0.0-beta.3 to 1.0.0-beta.4
415

516
### Important Password Changes

0 commit comments

Comments
 (0)