owncloud / file-picker

Integrate ownCloud into your own product
https://owncloud.github.io/integration/file_picker/
Apache License 2.0
5 stars 7 forks source link

deps: use ts oidc client #199

Closed LukasHirt closed 1 year ago

LukasHirt commented 1 year ago

Motivation

Brings in the typescript version of the oidc client which is also better maintained than the original client. It also brings in oidc callback directly into the component so that the popup opens up without any copying of html files needed, etc. If desired, the redirect url can still be changed. That was done mainly because having the static page without the config kept failing and this seems like the better approach to fix it instead of starting to pull the config in there...

TODO

LukasHirt commented 1 year ago

@kulmann PR is rebased and ready for review