Skip to content

Commit 21bb7f1

Browse files
authored
Added Authentication in Python
It is very important to learn about user authentication, user identity management, and implementing it correctly into a Python application. Therefore, added a resource for that.
1 parent 654ca9c commit 21bb7f1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ http://flypython.com
7070
1. [Class](#class)
7171
1. [Web Scraping](#web-scraping)
7272
1. [Automation](#automation)
73+
1. [Authentication](#authentication)
7374
1. [Bot](#bot)
7475
1. [Spreasheet](#spreasheet)
7576
1. [Finance](#finance)
@@ -134,6 +135,11 @@ B) Algorithmic Trading: [Python for Financial Analysis and Algorithmic Trading:
134135

135136
<br>
136137

138+
### Authentication
139+
* [Implementing User Authentication in a Python Application](https://www.loginradius.com/blog/async/guest-post/user-authentication-in-python/?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
140+
141+
<br>
142+
137143
### Bot
138144
* [Making a Reddit + Facebook Messenger Bot](https://pythontips.com/2017/04/13/making-a-reddit-facebook-messenger-bot?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
139145
* [My open source Instagram bot (written in Python) got me 2,500 real followers for $5 in server costs](https://medium.freecodecamp.com/my-open-source-instagram-bot-got-me-2-500-real-followers-for-5-in-server-costs-e40491358340?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)

0 commit comments

Comments
 (0)