grant icon indicating copy to clipboard operation
grant copied to clipboard

OAuth Proxy

Results 26 grant issues
Sort by recently updated
recently updated
newest added

I have setup grant with my Shopify embedded app using Nextjs API routes. So far the app installs fine and goes through the oAuth process as expected. However, if I...

Any plans on supporting Deno? Fresh?

Hi everyone, love the project! I'm curious if there's a pattern for using env vars instead of checking in the `config.json` file with app keys/secrets?

Hi, I want to configure an OAuth 2 authentication connected to self-hosted GitLab instance for a [SvelteKit](https://kit.svelte.dev/) SSR project. Here is my personnel [exploration issue](https://github.com/stephane-klein/poc-svelte-oauth-passport-gitlab/issues/1). I try to use `Grant`...

Issue #166 briefly discusses how unrecoverable errors are redirected to the origin with a query string parameter, and not even the values in `defaults` are loaded. In my case the...

Grant requires to provide keys and the instance to log in to at initialization. This is not how Mastodon, or pretty much any federated social network works. The fundamental rule...

Hi! Is there any guide/info on how to add my own custom provider? BR

- [x] Add provider names enumeration. - [x] Limit OAuth versions from `number` to `1 | 2`

It seems I can force the AWS handler to work for Netlify by setting the `event.version = '1.0'` in the function but I have not done extensive testing to see...

Heyo! Someone linked me to your project, and it looks great. I'll admit, though, that I have no idea what an oauth proxy is or why I would use it....