File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
source/content/pages/04-web-development Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1834,6 +1834,12 @@ <h2>Channels in 1.9+</h2>
1834
1834
contains a couple of good starter projects such as a live blog and a
1835
1835
chat application to use as base code.</ p >
1836
1836
</ li >
1837
+ < li >
1838
+ < p > Channnels currently use Django's existing authentication scheme, but
1839
+ this blog post < a href ="http://www.machinalis.com/blog/jwt-django-channels/ "> JSON Web Tokens authentication on Django Channels</ a >
1840
+ shows how to use a custom < a href ="https://jwt.io/ "> JSON Web Token (JWT)</ a >
1841
+ implementation in Django Channels instead.</ p >
1842
+ </ li >
1837
1843
</ ul >
1838
1844
< h2 > Django testing</ h2 >
1839
1845
< ul >
Original file line number Diff line number Diff line change @@ -231,6 +231,12 @@ <h2>Channels in 1.9+</h2>
231
231
contains a couple of good starter projects such as a live blog and a
232
232
chat application to use as base code.</ p >
233
233
</ li >
234
+ < li >
235
+ < p > Channnels currently use Django's existing authentication scheme, but
236
+ this blog post < a href ="http://www.machinalis.com/blog/jwt-django-channels/ "> JSON Web Tokens authentication on Django Channels</ a >
237
+ shows how to use a custom < a href ="https://jwt.io/ "> JSON Web Token (JWT)</ a >
238
+ implementation in Django Channels instead.</ p >
239
+ </ li >
234
240
</ ul >
235
241
< h2 > Django testing</ h2 >
236
242
< ul >
Original file line number Diff line number Diff line change @@ -187,6 +187,11 @@ communication between the browser and the server based on
187
187
contains a couple of good starter projects such as a live blog and a
188
188
chat application to use as base code.
189
189
190
+ * Channnels currently use Django's existing authentication scheme, but
191
+ this blog post [ JSON Web Tokens authentication on Django Channels] ( http://www.machinalis.com/blog/jwt-django-channels/ )
192
+ shows how to use a custom [ JSON Web Token (JWT)] ( https://jwt.io/ )
193
+ implementation in Django Channels instead.
194
+
190
195
191
196
## Django testing
192
197
* [ Integrating Front End Tools with Django] ( https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/ )
You can’t perform that action at this time.
0 commit comments