An open API service indexing awesome lists of open source software.

https://github.com/datlechin/flarum-oauth-spotify

Spotify oauth provider for Flarum.
https://github.com/datlechin/flarum-oauth-spotify

Last synced: about 2 months ago
JSON representation

Spotify oauth provider for Flarum.

Awesome Lists containing this project

README

        

# Log in With Spotify

![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/datlechin/flarum-oauth-spotify.svg)](https://packagist.org/packages/datlechin/flarum-oauth-spotify) [![Total Downloads](https://img.shields.io/packagist/dt/datlechin/flarum-oauth-spotify.svg)](https://packagist.org/packages/datlechin/flarum-oauth-spotify)

A [Flarum](http://flarum.org) extension. Spotify oauth provider for Flarum.

## Installation

Install with composer:

```sh
composer require datlechin/flarum-oauth-spotify:"*"
```

## Updating

```sh
composer update datlechin/flarum-oauth-spotify:"*"
php flarum cache:clear
```

## Links

- [Packagist](https://packagist.org/packages/datlechin/flarum-oauth-spotify)
- [GitHub](https://github.com/datlechin/flarum-oauth-spotify)
- [Discuss](https://discuss.flarum.org/d/33338)