python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
write a package with the option to import subpaths typescript
I wrote a package let's call it commons and another project that imports it.
I do not want to import the whole package but only one subpath of this package.
import { client } from '@commons/clients' i...
Hein Re
Votes: 0
Answers: 1
How to protect a payload assuming we don't have SSL?
Say I want Bob to be able to send Alice a message using her public key over a curl -X POST http://$DOMAIN/... type endpoint. There are step by step instructions for this use case using "nacl"...
hendry
Votes: 0
Answers: 0
How to add expire date and verify token in AsymmetricCipherKeyPair( jose-jwt and BouncyCastle) C#?
we use the https://github.com/dvsekhvalnov/jose-jwt library to generate tokens which we can then transmit to other microservices to identify and authorize the information. We also use it to get all th...
Ivailo Sakaliev
Votes: 0
Answers: 0