# Migration Notes

Version: `2.9.8`

## Notes

- `@capacitor/device` is an optional peer dependency
- the package encrypts persisted data at rest
- read the session with `getSsoSessionSnapshot()`
- use `logout()` for sign-out

## For integrators

- keep old helpers only for compatibility
- do not read storage directly in the host frontend
- use a secure native storage on Capacitor when possible
