Alex

Results 3 issues of Alex

## Motivation This is a follow-up PR from https://github.com/move-language/move/pull/338. Providing signature help should help developers when calling a function inside a file. ### Have you read the [Contributing Guidelines on...

I installed the package with `npm i secure-enclave` in my Electron App. When I tried to create the key pair for the first time using `await SecureEnclave.createKeyPair({ key: 'com.your-team.app.this-key' })`....

I am trying to create a user via the `POST /api/user` endpoint, but it raises an error `token is missing or empty`. I understand there is a secret key in...