Vote count:
0
I develop expressjs app with Oauth2 authorization. For a while I used my own library for token management, but I realized that it has a lot of the vices I want to fix. Search in npmjs.org gave me the token-manager package, but I don't see the functional I expected to see. I would like to have something like this: 1. Limitation of tokens number for the same user on a single IP. 2. Refresh token limit. 3. Tokens per second limit for the same user. Ideally I would like to use well tested package that solves common problems of token management, since I am not aware of all ones. What is the common practice?
asked 22 secs ago
node js Oauth2 token management
Aucun commentaire:
Enregistrer un commentaire