Skip to content

Re-implement custom OAuth2ProxyCall in JavaScript

Marcus Lundblad requested to merge wip/mlundblad/osm-proxy-call-js into main

The custom OAuth2ProxyCall implementation is currently implemented in C. This functionallity is possible to implement in JavaScript to avoid having the C implementation in the private GI library.

Fixes #531 (closed)

Edited by Marcus Lundblad

Merge request reports