Skip to content

Code-based auth for Pocket's service, bridging legacy devices to OAuth2

License

Notifications You must be signed in to change notification settings

webOSArchive/pocket-auth

Repository files navigation

pocket-auth

Code-based auth for Pocket's service, bridging OAuth2 to legacy devices

Requirements

Install

  • git clone https://github.com/webOSArchive/pocket-auth
  • cd pocket-auth
  • composer require djchen/pocket-api-php
  • cp config-example.php config.php
  • Modify config.php to include your consumer key, change any other global you want
  • mkdir cache/
  • Give the web service user ownership of the cache folder, eg: chown www-data:www-data cache/
  • Protect the cache folder, nginx site config eg:
location /cache/ {
		internal;
	}

About

Code-based auth for Pocket's service, bridging legacy devices to OAuth2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published