| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This fixes OAuth endpoints after e.g. an update from 2.x to 3.x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To be used for autoconnect on startup. If autoconnect on startup set
to true
This ignores any callbacks that require user input (profile,
authorization & location callbacks)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
So that we do not clutter the filesystem without cleanup
|
|
|
|
This is not correct, we already do chosen server in the callback function
|
|
|
|
Thanks: @rozmansi
|
|
Fixes #22
|
|
|
|
|
|
|
|
These are in the wrong place. Also they're now broken with the i18n
custom error types. They should be implemented in the OAuth part of
the code. This will be done in the separate OAuth repository that I am
now building
|
|
|
|
Now all the states are back in V2 again, we should have the event
handler back as well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also make sure GotConfig can be used to go back to
|
|
|
|
They are not part of the Git repository and are downloaded in the build
process.
Signed-off-by: Simon Rozman <simon@rozman.si>
|
|
|
|
|
|
|
|
This makes sure that instead of
"authentication_url_template": ""
we get not even an "authentication_url_template" key
This matches the upstream discovery format more 1:1
|
|
|
|
Useful if the cache is busted
|
|
|
|
|
|
Now the note in the CLI is really not needed, but maybe wise to keep
it there?
|