You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ http://flypython.com
70
70
1.[Class](#class)
71
71
1.[Web Scraping](#web-scraping)
72
72
1.[Automation](#automation)
73
+
1.[Authentication](#authentication)
73
74
1.[Bot](#bot)
74
75
1.[Spreasheet](#spreasheet)
75
76
1.[Finance](#finance)
@@ -134,6 +135,11 @@ B) Algorithmic Trading: [Python for Financial Analysis and Algorithmic Trading:
134
135
135
136
<br>
136
137
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
+
137
143
### Bot
138
144
*[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)
139
145
*[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