Django rest framework token based authentication, tokens are visible in http request header -


i have implemented token based authentication using django rest framework.
tokens visible in http requests header when seen using browser's developers tools. , i'm able fetch private data api of postman using token. feel not secure way authentication. questions tokens visible in http request header every token based authentication. if no, please tell me 1 should use.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -