login tag

20 questions


1 answers
89 views
0
Prevent users who are not logged in from accessing specific pages

Source codeurl(r'codeedit$', views.index, name='index')Run ▶For example, to www.mysite.com/codedit you must have the following url code: But how do I get to the following url only when I log in?codeed...

2 years ago

1 answers
109 views
0
I made a login form with HTml, but I don't know how to sign up and put it in db.

I made a login form with HTml, but I don't know how to sign up and put it in db.How can I make it easier?

2 years ago

1 answers
137 views
0
Process login sessions on angular2

Learning angular2. From the login page of the angular app 1) Request to log in to the server and get a token back.2) Save token to cookies or local storage.3) When accessing a page that requires authe...

2 years ago

1 answers
135 views
0
Log in to Job Planet and ask for scraping ㅜㅜ

I need to get the annual salary for each position that I can check after logging in on the Job Planet site with the code below. I really can't//from bs4 import BeautifulSoupimport urllib, http.cookiej...


1 answers
143 views
0
Implementing Login Retention

I'm developing a web app with node.js + express.js.The login/logout function will work normally by implementing the login function with passport.Now, I'd like to implement the login retention feature,...

2 years ago

1 answers
103 views
0
Naver login is explained by ClipSwijou, is it possible in Android studio?

There's a bit of a blockage in the Android studio Is it possible in Android studio? I can't refer to it at all

2 years ago

1 answers
134 views
0
Add login function to flask web app

I don't have any examples right nowㅜㅜI'm trying to write a web with flaskDo not use the login module provided by flask-login or other flasksI have to create a login function by writing it from the beg...


1 answers
135 views
0
How do I keep my login?

I want to make sure that the login is maintained when the user logs in and out of a project in progress. What should I do? After sending the ID password on Android, I check the login on php and delive...

2 years ago

1 answers
129 views
0
Python Web Crawling Login Question!

import requestsfrom bs4 import BeautifulSoups = requests.Session()req = s.get('http://www.filesun.com/')LOGIN_INFO = { 'user_id': ' ', 'password': ' '}with requests.Session() as s:login_req = s.post('...

2 years ago

1 answers
95 views
0
I have a login question linked to rails Facebook.

I'm practicing to log in by linking facebook with rails. Like a hashcode site.https://launchschool.com/blog/facebook-graph-api-using-omniauth-facebook-and-koalaI'm following the example on the website...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.