mchrdk
mchrdk
The cookies from nemid has a max lifetime shorter than a day which means you would need to log in every day to make it work. The authentication could be...
Maybe this could be a way of trying the mitid way out https://github.com/Hundter/MitID-BrowserClient
I have created a mitid -> aula proof of concept now, that works, but it looks like the token needs to be renewed far too often. i will tinker around...
The longest i have had a token be valid is 16 hours, and i don't have any way of renewing it without forcing a mitid approval flow. The only way...
true, one of my kids are in kindergarden, they dont have access to the account, and the other one keeps changing the password :(
I have another way of logging in I'm working on, but it is quite involved development wise. My plan is to give out more information on a months time or...
Yes, I have found other endpoints that takes in refresh tokens on the aula side, looks like we can use it to log in with mitid once and then request...
I have a working python module that can issue tokens now, but the way the endpoint needs to be called are different when using that way of authenticating. The module...
I have just added you to a repo :)
@Gudui sounds good, have you seen the re-implementation of the mitid code in the other branch? that code is a bit higher quality than my initial code