Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do you implement OAuth with receivedRedirectUri #67

Open
tlynch001 opened this issue Sep 10, 2022 · 1 comment
Open

how do you implement OAuth with receivedRedirectUri #67

tlynch001 opened this issue Sep 10, 2022 · 1 comment

Comments

@tlynch001
Copy link

Is there an example of creating a public token using the receivedRedirectUri from plaid?

@viceroypenguin
Copy link
Contributor

@tlynch001 I do not have any examples of using the OAuth authentication method, but reading the docs, it looks like it's built on top of the existing Link architecture. Would recommend you switch to Going.Plaid (https://github.com/viceroypenguin/Going.Plaid) since it is being maintained to the latest version of the Plaid API.

For the RedirectUri property, see here as a property of the LinkCreateRequest, to be provided when getting a link token.

For example of how to use this library and the default Link process and token management, please visit this blazor quickstart example: https://github.com/jcoliz/PlaidQuickstartBlazor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants