File tree Expand file tree Collapse file tree
source/content/pages/04-web-development Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1834,6 +1834,12 @@ <h2>Channels in 1.9+</h2>
18341834 contains a couple of good starter projects such as a live blog and a
18351835 chat application to use as base code.</ p >
18361836</ 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 >
18371843</ ul >
18381844< h2 > Django testing</ h2 >
18391845< ul >
Original file line number Diff line number Diff line change @@ -231,6 +231,12 @@ <h2>Channels in 1.9+</h2>
231231 contains a couple of good starter projects such as a live blog and a
232232 chat application to use as base code.</ p >
233233</ 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 >
234240</ ul >
235241< h2 > Django testing</ h2 >
236242< ul >
Original file line number Diff line number Diff line change @@ -187,6 +187,11 @@ communication between the browser and the server based on
187187 contains a couple of good starter projects such as a live blog and a
188188 chat application to use as base code.
189189
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+
190195
191196## Django testing
192197* [ 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