Make session.config property public
Since the config/session.ts
file exports a config provider, there is no way to get configuration raw configuration from it. Instead, you can use the ctx.session.config
to get a hold of the raw configuration.
Commits
- refactor: make session.config property public 4395100
Full Changelog: v7.1.0...v7.1.1