Skip to content

Instantly share code, notes, and snippets.

@shahid163
shahid163 / django_jwt_cookie.py
Created September 24, 2023 08:13 — forked from elnygren/django_jwt_cookie.py
Teach Django to use JWT tokens inside the session cookie - plays well with django-rest-framework-jwt.
@shahid163
shahid163 / git-commands.sh
Last active November 5, 2019 07:51
all the git commands
#for initializing
git init
#for staging
git add -A
#for commiting with message
git commit -m 'your-message'
#for pushing