Commit Graph

15 Commits

Author SHA1 Message Date
Dan Spiteri
100c15699c Fix TokenSwapAuth html response actually returning text/plain instead of html (#335) 2019-04-14 21:50:26 +02:00
J.Holzer
ee8af2510a Redirect window says "can be closed now". So why not let javascript do the job? ;-) (#334) 2019-04-14 21:50:15 +02:00
Jonas Dellinger
fe9d02bd4f Merge branch 'master' of github.com:JohnnyCrazy/SpotifyAPI-NET 2019-03-18 21:24:18 +01:00
Jonas Dellinger
3917fbefdc Code Cleanup and ImplictGrantAuth name fix, fixes #320 2019-03-18 21:24:09 +01:00
Jordan
ea70fbc77b Secure, user-friendly and feature-rich authorization method (#286)
* Add new auth method and api factory for the auth method

* Add process documentation

* Solve random crash issues related to token collection

* Add customizable html responses, add more process control

* Add show dialog support, fix nulled html response

* Fix false trigger spam of access expiry event

* Add auto-retry GetToken, add fire auth fail on timeout

* Improve auto-refresh and refresh auth token validity checks

* Add ability to change number of get token retries

* Add get web API request cancelling

* Solve compiler warning

* Remove comment links, rename secure auth for clarity

* Rename secure auth for clarity in the docs

* Improve token swap usage example in docs

* Abstract the exchange server doc info for clarity

* Fix simontaen SpotifyTokenSwap link

* Change access expiry timing to be skippable

* Adapt TokenSwap for new convention, separate autorefresh and timer options
2019-03-18 17:20:17 +01:00
Jonas Dellinger
4870d15c76 Updated versions 2019-02-19 22:18:24 +01:00
Jonas Dellinger
2f8197359d Updated docs & Updated deps, should fix #304 2018-12-22 21:12:57 +01:00
Jonas Dellinger
e7f40474c2 Added method to RefreshToken for auth code flow
Fixed some includes
2018-09-21 14:45:14 +02:00
Jonas Dellinger
a302694da8 Cleanup 2018-09-04 14:41:35 +02:00
Jonas Dellinger
2f8bf6877f Added support for .net 4.6 2018-09-04 14:39:07 +02:00
Jonas Dellinger
f97fd83cca Fixed nuspecs 2018-08-24 15:32:20 +02:00
Jonas Dellinger
f6ef3daa13 Disable XML comment spam 2018-08-24 14:57:37 +02:00
Jonas Dellinger
05d1f4de02 Updated nuspecs and publish script 2018-08-24 14:51:48 +02:00
Jonas Dellinger
b5b09432b3 Enable XML Docs and nuget specs 2018-08-24 14:30:50 +02:00
Jonas Dellinger
5c2a901f75 Updated to .NET Core and reimplemented auth strategies 2018-08-24 14:10:13 +02:00