I\'m building an app that has a separated front-end (Angular or some other JS library) and backend (Django). To ensure some security of requests being sent to the server, I
From python 3.6, there is a secret module which has a specific method for generating safe random urls. It is the token_urlsafe method.