Hello Alps,
GitHub OAuth is not currently implemented in QuickApp.
You'll have to integrate it by duplicating the logic of any of the existing OAuth providers and modifying it to the requirements of GitHub.
You'll need to add your modifications to these two files:
i. auth-callback.component.ts
ii. oidc-helper.service.ts
Best regards,
Eben Monney
Hello Alps,
GitHub OAuth is not currently implemented in QuickApp.
You'll have to integrate it by duplicating the logic of any of the existing OAuth providers and modifying it to the requirements of GitHub.
You'll need to add your modifications to these two files:
i. auth-callback.component.ts
ii. oidc-helper.service.ts
Best regards,
Eben Monney