https://github.com/m4cs/slack-spotify-authentication
Authentication Server for SSRP
https://github.com/m4cs/slack-spotify-authentication
Last synced: 3 months ago
JSON representation
Authentication Server for SSRP
- Host: GitHub
- URL: https://github.com/m4cs/slack-spotify-authentication
- Owner: M4cs
- Created: 2020-03-25T05:35:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T15:00:48.000Z (over 5 years ago)
- Last Synced: 2025-02-17T21:13:29.035Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSRP Authentication Server
Live Version: https://ssrp.maxbridgland.com/authorize
## Developing
```
pip install flask flask-restful requests slackclient
```Run `flask run` from the root directory
## Privacy Policy
I do not store or view any information passed over this server! The only information being passed through my servers are the access and refresh tokens from the APIs to serve to you. I do not store this information whatsoever!