Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker committed Nov 7, 2023
1 parent 246a1d8 commit 967562a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

# Unreleased

### Changed

Sessions are now referenced publicly by a random UUID instead of their primary key.

This needs a manual database migration like so:

...TODO

### Added

- Add default flash notice for sign out (#178)
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrading_to_1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ bin/rails g migration UpgradePassswordless
```

```ruby
class UpgradePassswordless < ActiveRecord::Migration[7.0]
class UpgradePasswordless < ActiveRecord::Migration[7.0]
def change
# Encrypted tokens
add_column(:passwordless_sessions, :token_digest, :string)
Expand Down

0 comments on commit 967562a

Please sign in to comment.