Re: [Chennaipy] Suggest some authentication modules or library in python

2024-08-01 Thread Sivachandran Paramasivam
>> In this they just did encoding not encryption so it is easily accessible to read the hidden message. Yes. HTTPS/TLS provides the encryption layer. Thanks, Sivachandran P. ___ > Chennaipy mailing list > Chennaipy@python.org > https://mail.python.org/m

Re: [Chennaipy] Suggest some authentication modules or library in python

2024-08-01 Thread Sivachandran Paramasivam
>> My requirement is not just limited to web pages, I am in search for authentication module which should be easy to setup and use for my python projects (web, api, tui, etc) The easiest/simplest authentication for web and api is HTTP Basic auth. You can do something like this https://stackoverflo