Create login authorization with Eletron and Python - Login with json web token/jwt and passlib

Опубликовано: 09 Июнь 2019
на канале: DataCraft Backbone
476
7

If you want to work with eletron and need a restful api where can connect as user authorization.

This is part 4 of 6 where i will show how you can use passlib and jwt (json web token) to enable security when a client will login, the jwt token will be sending from server to the client and return to the server agin, its will be encryptet and secure to transport between client and server.

I'm using Vue as code framework with Vuetify as UI on the top, Eletron to my desktop appliaction and Falcon in Python to build the restful api server when i build ths user login authorization.

tags: vuetify tutorial electron js tutorial electron tutorial vue electron vue tutorial