Resolve "Use cookies instead of local storage for auth in Web UI"
Showing
- api/config/api_urls.py 3 additions, 0 deletionsapi/config/api_urls.py
- api/config/routing.py 7 additions, 2 deletionsapi/config/routing.py
- api/config/settings/common.py 2 additions, 2 deletionsapi/config/settings/common.py
- api/funkwhale_api/common/consumers.py 11 additions, 6 deletionsapi/funkwhale_api/common/consumers.py
- api/funkwhale_api/users/auth_serializers.py 16 additions, 0 deletionsapi/funkwhale_api/users/auth_serializers.py
- api/funkwhale_api/users/auth_urls.py 8 additions, 0 deletionsapi/funkwhale_api/users/auth_urls.py
- api/funkwhale_api/users/auth_views.py 32 additions, 0 deletionsapi/funkwhale_api/users/auth_views.py
- api/tests/users/test_auth_views.py 86 additions, 0 deletionsapi/tests/users/test_auth_views.py
- changes/changelog.d/629.bugfix 1 addition, 0 deletionschanges/changelog.d/629.bugfix
- front/package.json 0 additions, 1 deletionfront/package.json
- front/src/App.vue 1 addition, 3 deletionsfront/src/App.vue
- front/src/components/audio/Track.vue 0 additions, 9 deletionsfront/src/components/audio/Track.vue
- front/src/components/library/TrackBase.vue 0 additions, 7 deletionsfront/src/components/library/TrackBase.vue
- front/src/main.js 11 additions, 4 deletionsfront/src/main.js
- front/src/store/auth.js 16 additions, 46 deletionsfront/src/store/auth.js
- front/src/store/instance.js 0 additions, 1 deletionfront/src/store/instance.js
- front/src/utils/cookie.js 7 additions, 0 deletionsfront/src/utils/cookie.js
- front/tests/unit/specs/store/auth.spec.js 2 additions, 72 deletionsfront/tests/unit/specs/store/auth.spec.js
Loading
Please register or sign in to comment