This PR add support for per network auth. It also fix all auth routes to make sure auth works correctly.
Important to note: Gitlab doesn't encode the auth token, while github does.
With this PR you can have specific network auth token. Or you can use the default one. Specificying the auth to an empty string disable auth check for this network
Included in this PR:
This PR add support for per network auth. It also fix all auth routes to make sure auth works correctly. Important to note: Gitlab doesn't encode the auth token, while github does.
With this PR you can have specific network auth token. Or you can use the default one. Specificying the auth to an empty string disable auth check for this network