JSON Web Token and Simple JWT in Django REST Framework (Hindi)

  Рет қаралды 54,035

Geeky Shows

Geeky Shows

Күн бұрын

Пікірлер: 73
@commentreader4422
@commentreader4422 3 жыл бұрын
Thankyou so much sir for clearing concept on JWT, Although I'm not working on django, but I can use this concept in Node JS...😎
@bhushanpathrikar6045
@bhushanpathrikar6045 3 жыл бұрын
Sir plz make a project of e-commerce api or any api of DRF so that our idea will get cleared that how can we use all ur taught concept in real time project
@vikramsahani618
@vikramsahani618 3 жыл бұрын
Exactly
@aniketundalekar9809
@aniketundalekar9809 3 жыл бұрын
Please make Shoppingly e-commerce API using rest API's so that whole Rest API's concept will get clear for us including Authentication
@vaibhavagrawal431
@vaibhavagrawal431 3 жыл бұрын
Thanks for all the videos you are best guy on youtube
@kanhaiyagoyal9847
@kanhaiyagoyal9847 3 жыл бұрын
Sir please django oauth 2.0 toolkit k uper bhi video bnaye Sir this is helpful for us with the help of your videos and I am also fan of your efforts
@jawadhshah2033
@jawadhshah2033 2 жыл бұрын
Sir jb gettoken/ url ko hit krta hon tou muja response ma html code dehkta ha rather than Access token. Kindly guide me.
@dtube6330
@dtube6330 2 жыл бұрын
Authenticate Django Apps with Another Django App Hosted Separately kese kar sakte sir esa plz create project if possible
@somyanamdeo5292
@somyanamdeo5292 10 ай бұрын
Easiest explanation.....
@AmitKumar-kk3ee
@AmitKumar-kk3ee 3 жыл бұрын
sir ek choti si problem resolve krne me help krdo mujhe redirect krna h dynamic url me, like upload a image (upload.html) and result show on next page using dynamic url that image only (result.html) in django
@sivanshlmao
@sivanshlmao Жыл бұрын
Why cannot I login using that website? While using session authentication, there is no error while logging in but if i use JWTAuthentication, i cannot login to the site, it says HTTP 401 Unauthorized Allow: GET, POST, HEAD, OPTIONS Content-Type: application/json Vary: Accept WWW-Authenticate: Bearer realm="api" { "detail": "Authentication credentials were not provided." }
@pranavingale6850
@pranavingale6850 5 ай бұрын
Terminal mai thike but website Mai kaise karenge jwt aur authenticate user Directly? I mean user thodi ye sab steps karega on terminal?
@geekyshows
@geekyshows 5 ай бұрын
Once you learn basics follow this playlist kzbin.info/aero/PLbGui_ZYuhihw6B6FgGeOd1bAluciXJ99
@tp6375
@tp6375 2 жыл бұрын
please help me with this error : "from jwt import InvalidAlgorithmError, InvalidTokenError, algorithms ImportError: cannot import name 'InvalidAlgorithmError' from 'jwt' "
@O.nitin353
@O.nitin353 3 жыл бұрын
Error at 30:40 command: AttributeError: type object 'BlacklistedToken' has no attribute 'objects' got this error while verifying the token, ye error hat hi nahi rha hai. Bohot try kiya google bhi kar liya but kuch nahi mila. Need a little help.
@akshayjambekar445
@akshayjambekar445 3 жыл бұрын
How can we store this token for session?
@vikaschouhan4179
@vikaschouhan4179 3 жыл бұрын
*Must reply ; graphql* pdege kya hum isme ?
@geekyshows
@geekyshows 3 жыл бұрын
No
@vikaschouhan4179
@vikaschouhan4179 3 жыл бұрын
@@geekyshows ok :(
@thinkdo9470
@thinkdo9470 2 жыл бұрын
you are great sir
@itsprabinkumarbaniya
@itsprabinkumarbaniya 3 жыл бұрын
Great tutorial on jwt 👍👍👍👍
@AH-tx4ce
@AH-tx4ce 6 ай бұрын
Bhai jwt function based views ke liye batao please kaise karte hay
@SachinSachin-oo9eb
@SachinSachin-oo9eb Жыл бұрын
hey everyone why we need to pass this token with inserting deleting and updating time . we will be need only at the time of logging or acces the data but why we need inserting time? please help anybody?
@sidharthasp8041
@sidharthasp8041 2 жыл бұрын
Great video..please created a oauth video as well
@aniketchoudhary6987
@aniketchoudhary6987 3 жыл бұрын
If you had shown how token will be generated and verified while logging in, it would have helped
@raviranjankumar9185
@raviranjankumar9185 Жыл бұрын
How can deal when the access token and refresh token both get expire?
@geekyshows
@geekyshows Жыл бұрын
for that you have to create interceptor in your frontend
@aakashbhaikatti2823
@aakashbhaikatti2823 3 жыл бұрын
Hii. great video. Can you please tell how can i get other fields with simple-jwt token (eg. username, first_name, last_name)
@dhruvilshah9098
@dhruvilshah9098 3 жыл бұрын
Sir learning a lot from you keep it up
@shamshadansari2018
@shamshadansari2018 2 жыл бұрын
Love you Boss❤️
@omkarsutar578
@omkarsutar578 Жыл бұрын
Which python package needs to install to use http in terminal?
@geekyshows
@geekyshows Жыл бұрын
If you are asking about 'import requests' then run pip install requests This allows you to send HTTP requests using Python.
@omkarsutar578
@omkarsutar578 Жыл бұрын
@@geekyshows When doing http request in terminal then getting error as "The term http is not recognised as the name of a cmdlet, function, script file, or operable program." And in CMD it is giving error as "http is not recognized as an internal or external command, operable program or batch file." What to be done help please.
@geekyshows
@geekyshows Жыл бұрын
@@omkarsutar578 Open Python Terminal then import requests then make http request e.g. requests.get ()
@omkarsutar578
@omkarsutar578 Жыл бұрын
@@geekyshows Thank you.
@seeratkhan436
@seeratkhan436 3 жыл бұрын
q k parhnay ki zarorat ni qk ap daikh rahay ho meri video. love that confidence bro
@codingki7826
@codingki7826 Жыл бұрын
Nice sir jee
@vishaldubey7908
@vishaldubey7908 3 жыл бұрын
how to authenticate with postman..please sir postman ka use kaise kre...or sir isme login kaise krenge..login credential solve kaise hoga..
@hardcode1136
@hardcode1136 3 жыл бұрын
धन्यवाद सर
@subirkumarbehera1748
@subirkumarbehera1748 21 күн бұрын
Lekin ye sab aap terminal me kyun kar rhe hai jaise normal chrome me karte the wese kyun nhi matlv baki crud operation aur baki sab jese chrome me kiye the
@geekyshows
@geekyshows 20 күн бұрын
You may need frontend or other tool to perform few operation I do not want to make it complicated including any frontend lib e.g. reactjs or any tool e.g. postman so using simple terminal. Just keep following the playlist u will understand it each and everything clearly.
@ParthivShah
@ParthivShah 3 жыл бұрын
thanks bhai
@aryanchauhan-jp9ui
@aryanchauhan-jp9ui 3 жыл бұрын
sir please upload more videos i completed all
@pavanthorat8324
@pavanthorat8324 3 жыл бұрын
Nice info 🔥🔥🙏🙏
@PriyaSharma-vf9kb
@PriyaSharma-vf9kb 3 жыл бұрын
when generating gettoken I got an error ==== http: error: ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8000): M ax retries exceeded with url: /gettoken/ (Caused by NewConnectionError(': Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')) while doing a POST request to URL: 127.0.0 .1:8000/gettoken/
@anujpatel6983
@anujpatel6983 2 жыл бұрын
you have to run server while generating token, than you will get token.
@dev_opsenginner4383
@dev_opsenginner4383 Жыл бұрын
Make a video on django 0Auth
@vishwajeet21sharma
@vishwajeet21sharma 3 жыл бұрын
can you please share requirements.txt used in this video
@geekyshows
@geekyshows 3 жыл бұрын
All PPT and Source Code available on official website www.geekyshows.com
@vishwajeet21sharma
@vishwajeet21sharma 3 жыл бұрын
@@geekyshows can you please share the link of the post I'm unable to find it
@sambhavjain7470
@sambhavjain7470 2 жыл бұрын
I am getting server error(500) in response please anyone help Server Error (500) Server Error (500)
@fahadkacchi4458
@fahadkacchi4458 3 жыл бұрын
Sir how can we pass data through html in api
@semprajapat451
@semprajapat451 3 жыл бұрын
Bro please tell us about custom User model Or User related stuff in django. Please bro
@manojrawat5756
@manojrawat5756 Жыл бұрын
❤❤❤❤
@codingki7826
@codingki7826 Жыл бұрын
Create video on Oauth sir jee
@raulgoswami7988
@raulgoswami7988 3 жыл бұрын
Sir, please make a video of auth 2.0 in drf
@vishaldudhabarve5903
@vishaldudhabarve5903 Ай бұрын
dont use this command line way to verify or refresh token, you can browse these urls directly in browser and you will be redirected to drf's default page
@sailendrachettri8521
@sailendrachettri8521 3 жыл бұрын
Interesting :)
@RahulChauhanart
@RahulChauhanart 3 жыл бұрын
Bhai Djoser pe video bana do 🙏🏽
@mrsumankumar2110
@mrsumankumar2110 3 жыл бұрын
Natwarking ke bara me bataya please complete course natwarking
@Pradeep_prasad
@Pradeep_prasad 2 жыл бұрын
Http is not recognised as an external command
@mohammadghazi4486
@mohammadghazi4486 2 жыл бұрын
httpie pahele install karo
@ashutoshsharma6621
@ashutoshsharma6621 2 жыл бұрын
Tumhare vedio ka sound bahut kaam hota hai. usse bhi dhyan de
@puspitasahoo3420
@puspitasahoo3420 2 жыл бұрын
30:00
@sumitrathor9929
@sumitrathor9929 Жыл бұрын
where is the code?
@geekyshows
@geekyshows Жыл бұрын
download source code + study material from geekyshows.com
@sumitrathor9929
@sumitrathor9929 Жыл бұрын
@@geekyshows thanks sir , I have one simple question, I saw your video on project of jwt authentication, in which you generated the token manually , but you didn't added the function to handle refresh token, and verify. in this video you just showed that we can add three api for generating, refreshing and verifying but in the project video you didn't do so , I am very much confused now, please guide me
@geekyshows
@geekyshows Жыл бұрын
@sumitrathor9929 I cant actually recall that video as i have created it long ago but To handle expired token, verify and refresh token you need to create interceptor on the frontend side which will intercept the request to verify whether token is expired or not If token is expired then it will refresh the token and update the access token then request-response cycle will complete. I would request you to watch my recent session authentication video to have clear concept about it where i used interceptor on the frontend But as its session authentication so there is no token involved but the logic will remain same for the interceptor.
@jay-rathod-01
@jay-rathod-01 3 жыл бұрын
9:10
@syedhaiderali1519
@syedhaiderali1519 Жыл бұрын
worst tutorial, atleast he should have used postman to show requests
@geekyshows
@geekyshows Жыл бұрын
Not everyone knows Postman I try to stick to core as much as possible so i used http to make request. Whether you use postman or swagger or axios or fetch, at the end you make http request. so always Learn core Never depend on a Tool to learn another tool. Suppose tomorrow Postman get removed or dead then this tutorial will become completely useless. You can follow this kzbin.info/www/bejne/oqCanXV6bt6hjMU
Throttling in Django REST Framework (Hindi)
40:44
Geeky Shows
Рет қаралды 19 М.
Token Authentication in Django REST Framework (Hindi)
1:09:27
Geeky Shows
Рет қаралды 46 М.
Cool Parenting Gadget Against Mosquitos! 🦟👶
00:21
TheSoul Music Family
Рет қаралды 12 МЛН
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 51 МЛН
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 26 МЛН
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57
Authentication & Refreshing Tokens Implementation
2:09:53
Dennis Ivy
Рет қаралды 238 М.
What Is JWT and Why Should You Use JWT
14:53
Web Dev Simplified
Рет қаралды 1,2 МЛН
Filtering and django filter in Django REST Framework (Hindi)
31:55
Serializer Relations in Django REST Framework (Hindi)
25:40
Geeky Shows
Рет қаралды 22 М.
How to create login api in Django rest framework | Token Authentication
19:39
Django REST JWT authentication |  Simple JWT
14:41
Code Aura
Рет қаралды 37 М.
Cool Parenting Gadget Against Mosquitos! 🦟👶
00:21
TheSoul Music Family
Рет қаралды 12 МЛН