Oz Sayag
Oz Sayag
Hi, I implemented a new authentication service which validates a previously sent code to the client. Common use-cases: - login with code provided by sms - login with code provided...
Hi, The current `graphql-api` context builder ([here](https://github.com/accounts-js/accounts/blob/master/packages/graphql-api/src/utils/context-builder.ts)) can only support graphql on regular `apollo-server` (that uses regular http server/express). When we try to load `accounts-server` on `apollo-server-lamda`, the first parameter...
this is a new authenticator that will utilize asymmetric cryptography for authenticating users. The main use case is biometric authentication, following [this method](https://android-developers.googleblog.com/2015/10/new-in-android-samples-authenticating.html). Another use case may be authenticating by...
an alternative way for #777 of doing MFA following the `auth0` way. example login flow of user: 1. `/loginWithService('password', { username, password })` 1. if the user has MFA enabled...
Hey, I'm trying to add an `img` tag to a markdown document. I can't use the `![]()` format because I need specific image size. This is currently the problematic section:...
### Sanity checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my feature ### Feature Details ### Description: Add support for `zellij` which is a terminal...