-
Notifications
You must be signed in to change notification settings - Fork 43
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 to run Plaid Link in custom .NET applications? #52
Comments
Hope this helps. |
@viceroypenguin, |
I am saying that the blue screen is part of the running project. Look at the default page for your application (index.html, Index.cshtml, etc.). The text box for the plaid access token and the blue screen are on the same page, whether in the html or in the attached css. It is not part of Plaid directly, it is part of your code, so you have the ability to change it. |
Got it. But it's not in index.cshtml. |
The blue itself is probably coming from wwwroot/stylesheets/app.scss, given that it's part of the background. |
hey, How you had done this? Please guide a lill bit. |
I need to authenticate users' accounts using plaid API in .NET web application. I was struggling to integrate this project in my .NET 4.7 web application but I could not do so. Then I just included the Plaid.Link project in my solution and ran in the new instance in visual studio, it ran in the browser and created a local link. i.e. https://localhost:44359/. I then used it's link in my project and hit that link to create a flow to generate access link eventually. The project stores access link and access link in plaid_access_token.tmp in temp folder step by step. I understand Access token can be used after the completion of the flow to call other API end points. below screenshots are attached for all the steps.
Step 1:
Step 2:
Step 3:
Step 4:
Step 5:
Step 6:
I have 2 questions/ problems right now.
1- What I am doing is right or there is another better way of doings things? if yes, what steps should I follow.
2- When I run the project using above steps, it shows blue screens at the start and end of the flow. And in second step there is "Example uses Plaid to link your bank". How to avoid blue screen and change text at picture number two attached?
The text was updated successfully, but these errors were encountered: