Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
OpenSemanticLab
/
osw-python
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
11
Code
Issues
36
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rework of login mechanism to combat session timeout and stale session cookies
- #120
#120
Merged
LukasGold
merged 16 commits into
main
OpenSemanticLab/osw-python:main
from
login-mechanism
OpenSemanticLab/osw-python:login-mechanism
Copy head branch name to clipboard
Jul 7, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Rework of login mechanism to combat session timeout and stale session cookies
#120
LukasGold
merged 16 commits into
main
OpenSemanticLab/osw-python:main
from
login-mechanism
OpenSemanticLab/osw-python:login-mechanism
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
refactor: rework OswExpress init to use env vars and update tests
Show description for 8f99363
LukasGold
committed
8f99363
View commit details
Copy full SHA for 8f99363
Browse repository at this point
feat: add session-aware re-login on token renewal failure
Show description for 55e16b6
LukasGold
committed
55e16b6
View commit details
Copy full SHA for 55e16b6
Browse repository at this point
Updated express.py to expected behavior
LukasGold
committed
1e6c0c9
View commit details
Copy full SHA for 1e6c0c9
Browse repository at this point
Adaptations following changes to express functionality
LukasGold
committed
c63cd11
View commit details
Copy full SHA for c63cd11
Browse repository at this point
Some (incomplete) fixes to examples
LukasGold
committed
05ecab5
View commit details
Copy full SHA for 05ecab5
Browse repository at this point
Small fix for context manager
LukasGold
committed
d6aee44
View commit details
Copy full SHA for d6aee44
Browse repository at this point
test: add OswExpress initialization path tests for increased coverage
Show description for 3dfacf6
LukasGold
committed
3dfacf6
View commit details
Copy full SHA for 3dfacf6
Browse repository at this point
test: add FileResult, DownloadFileResult, UploadFileResult, and import_with_fallback tests
Show description for e92d47e
LukasGold
committed
e92d47e
View commit details
Copy full SHA for e92d47e
Browse repository at this point
test: add upload/download instance method and UploadFileResult branch tests
Show description for 43c82b3
LukasGold
committed
43c82b3
View commit details
Copy full SHA for 43c82b3
Browse repository at this point
test: add session renewal and token recovery tests for WtSite
Show description for addf461
LukasGold
committed
addf461
View commit details
Copy full SHA for addf461
Browse repository at this point
Fix: removing stale client site session cookie before relogin
LukasGold
committed
b17a733
View commit details
Copy full SHA for b17a733
Browse repository at this point
Allow most recent python 3.13 version
LukasGold
committed
86527c3
View commit details
Copy full SHA for 86527c3
Browse repository at this point
fix(wiki_tools): return list of result dicts for semantic_search return_json
Show description for 182db57
LukasGold
committed
182db57
View commit details
Copy full SHA for 182db57
Browse repository at this point
fix(wiki_tools): return list of full responses for prefix_search return_json
Show description for 26e0839
LukasGold
committed
26e0839
View commit details
Copy full SHA for 26e0839
Browse repository at this point
Allowing all 3.13 python versions but not 3.14
LukasGold
committed
0f2fb5f
View commit details
Copy full SHA for 0f2fb5f
Browse repository at this point
Fix: Uniform use of OSW_DOMAIN or OSL_DOMAIN instead of OSW_WIKI_DOMAIN and OSL_WIKI_DOMAIN
LukasGold
committed
48738fb
View commit details
Copy full SHA for 48738fb
Browse repository at this point
You can’t perform that action at this time.