[PR #691] [MERGED] Added DjangoSessionCacheHandler #996

Closed
opened 2026-02-28 00:03:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/691
Author: @varunpatil
Created: 6/16/2021
Status: Merged
Merged: 6/19/2021
Merged by: @stephanebruckert

Base: masterHead: master


📝 Commits (2)

📊 Changes

2 files changed (+34 additions, -1 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 spotipy/cache_handler.py (+33 -1)

📄 Description

Added DjangoSessionCacheHandler, a cache handler that stores the token in the session framework provided by Django. Web apps using spotipy with Django can directly use this for cache handling.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/691 **Author:** [@varunpatil](https://github.com/varunpatil) **Created:** 6/16/2021 **Status:** ✅ Merged **Merged:** 6/19/2021 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`a06ae32`](https://github.com/spotipy-dev/spotipy/commit/a06ae32f3b2d0c2d90a41eceaed8222387a6cbfe) Added DjangoSessionCacheHandler - [`cc9c019`](https://github.com/spotipy-dev/spotipy/commit/cc9c0199dd5cdf7e443103921884049323d380da) removed whitespaces ### 📊 Changes **2 files changed** (+34 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `spotipy/cache_handler.py` (+33 -1) </details> ### 📄 Description Added `DjangoSessionCacheHandler`, a cache handler that stores the token in the session framework provided by Django. Web apps using spotipy with Django can directly use this for cache handling. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#996
No description provided.