get_current_session
Check authentication status and retrieve current user information to verify login state on USCardForum.
Instructions
Get information about the current session.
Returns a Session object with:
- is_authenticated: Whether logged in
- current_user: CurrentUser object with user info (if authenticated)
Use to verify authentication status.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_user | No | Logged-in user | |
| is_authenticated | No | Whether authenticated |