P
P
Proec2022-04-16 21:02:53
Python
Proec, 2022-04-16 21:02:53

How to create a user registration/authorization system in a Python Kivy mobile app?

Good day to all! I started developing a mobile application on kivy and ran into such a problem that I can’t figure out how to authorize users with all the following profiles, etc.
After searching the Internet for information, I came to the conclusion that Django can help me, with which it will be possible to send requests to the server (written by myself in Django or some open public one). But connecting a mobile application and Django seems to be something difficult for me.
There was also an idea to send requests through the Requests python library, but it seems to be intended for something else, I don’t know if it can be used for this purpose.
Please help me figure it out or at least point me in the direction where to think, thanks in advance to everyone!
PS I would very much like the solution to be implemented in python

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
Jack444, 2022-04-16
@Proec

That's the way it should be. Kiwi is a client application and Django is a server application. On the server, you need to deploy endpoints for processing clients, clients should send get / post requests, but ideally, establish a socket connection once.
for requests, the requests library will do

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question