Jason Boissonneault

Results 6 comments of Jason Boissonneault

This is a very useful and lightweight scrollspy script, so thanks for your work. I think it would be perfect if not for this issue, which appears as a bug...

I can confirm the same behaviour using Sublime Text 3 on Mac OS X.

I have found only one methodology for simultaneously working with this library and Identity in an ASP.NET Core 7 project. After multiple failed strategies, conflicting cookies and authentication loops, this...

@LindaLawton Yes, by passing the refresh token stored in the AspNetUserTokens table to the `GoogleAuthorizationCodeFlow` method. For example, to use the Google Calendar service: ``` public CalendarService Authorize(string refresh_token) {...

@amanda-tarafa No problem. The previous guide can be viewed at the [Web Archive](https://web.archive.org/web/20210117155332/https://developers.google.com/calendar/quickstart/dotnet) which now redirects to the [Javascript Quickstart](https://developers.google.com/calendar/api/quickstart/js). On the left hand navigation there is no longer a...

@amanda-tarafa Understood, thank you for your efforts. I was able to piece together what I needed thanks to Google documentation from various libraries. Since this library is in maintenance mode...