Closed kurwjan closed 11 months ago
As stated here the session is for 100min valid after the last request. So when we call close() we could save the session cookies (encrypted) and on the next authenticate() we just load it. Also add support for 30 days long sessions.
close()
authenticate()
It uses the same URLs as the normal login but it additionally posts to https://start.schulportal.hessen.de/registerbrowser and saves the cookie SPH-AutoLogin. What to post is unknown.
SPH-AutoLogin
Remove encryption because it's unnecessary.
Finished with 5562476 and will be released with 0.4.0
As stated here the session is for 100min valid after the last request. So when we call
close()
we could save the session cookies (encrypted) and on the nextauthenticate()
we just load it. Also add support for 30 days long sessions.30 days session
It uses the same URLs as the normal login but it additionally posts to https://start.schulportal.hessen.de/registerbrowser and saves the cookie
SPH-AutoLogin
. What to post is unknown.close()
function ed600cfauthenticate()
function ed600cfRemove encryption because it's unnecessary.