# Home

The Home class creates the secure redirect URL after logins. The URL can either come from the session to remember the last view before the automatic logout, or from a user blueprint to redirect to custom views.

****

- Full class name: `Kirby\Panel\Home`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Panel/Home.php#L32>

****

### Home

- [Home::alternative()](https://getkirby.com/docs/reference/objects/panel/home/alternative.md)
- [Home::hasAccess()](https://getkirby.com/docs/reference/objects/panel/home/has-access.md)
- [Home::hasValidDomain()](https://getkirby.com/docs/reference/objects/panel/home/has-valid-domain.md)
- [Home::isPanelUrl()](https://getkirby.com/docs/reference/objects/panel/home/is-panel-url.md)
- [Home::panelPath()](https://getkirby.com/docs/reference/objects/panel/home/panel-path.md)
- [Home::remembered()](https://getkirby.com/docs/reference/objects/panel/home/remembered.md)
- [Home::url()](https://getkirby.com/docs/reference/objects/panel/home/url.md)