| Age | Commit message (Collapse) | Author |
|
expires_in was confusing
|
|
|
|
This has the ability so that we can easily get the same cookie back in
the client package by creating the one from the context
|
|
This completely rewrites the internal server package. Some advantages:
- Caches less
- Uses a callback interface so that the client package does not get so
convoluted
- Introduce a new API package that only deals with the server API and
uses github.com/jwijenbergh/eduoauth-go
|
|
Caches less. Also convert the V1 state file
|
|
|
|
Preparing to move to github.com/jwijenbergh/eduoauth-go
|
|
|
|
|
|
First argument is the server id and type instead of a single argument
with JSON
|
|
|
|
Now needed as we do some of the header code differently. Previously it
worked because e.g. the accept header had one value that was capitalized
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gave a SyntaxWarning using Python 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|