ooth icon indicating copy to clipboard operation
ooth copied to clipboard

User identity/authentication/accounts management microservice for node.js

Results 28 ooth issues
Sort by recently updated
recently updated
newest added

Anyone know the status of this project?

I'm curious; what do you think of https://github.com/reframejs/wildcard-api/issues/59?

I understand that to fill a user profile when registering with local strategy I have only one approach: The ooth client must do the following: 1. Register 2. Authenticate 3....

When using ooth-jwt and tokenLocation: 'both' or 'body' reset password from ooth-local breaks as send a token in the body and ooth-jwt tries to parse it and says jwt malformed....

I was receiving an error on authentication when calling ooth.method(). Debuging code I found https://github.com/nmaro/ooth/blob/c4d12242ef9fbb2fbbc63140a3feffdc5d64b2c7/packages/ooth-client/src/index.ts#L133 and I think it should be ``` actualHeaders.Authorization = `JWT ${this.token}`; ```

I'm using ooth on an integrated express server with sessions stored on a Mongodb. In the documentation it's says > Securing a resources API > If your API is provided...

getting the below error while creating web socket for server having session as authentication mechanism. TypeError: ooth.usesSession is not a function at default_1 (/*/node_modules/ooth-ws/lib/index.js:13:15) oothWs({ooth})

Would love to make a prisma-backend integrator to be able to use ooth/staart for my own project. I saw #47 about Postgres. It should be pretty easy with the use...

Attempt at following the guide outlined in this issue: https://github.com/nmaro/ooth/issues/73 . This code is buggy at the moment - login doesn't work - I believe it is because I am...

I'm trying to setup a new kubernetes cluster and looking for a proper authentication backend, not sure if ooth can be a good fit for that. Any comments will be...