issues Search Results · repo:Prismatik/auth language:JavaScript
Filter by
13 results
(75 ms)13 results
inPrismatik/auth (press backspace or delete to remove)I think this service should accept an ENV var that will specify how many encryption cycles bcrypt should use.
Basically the problem is that production grade bcrypt takes quite a bit of time and it slows ...
enhancement
todo
kaievns
- 2
- Opened on Aug 3, 2016
- #40
Should auth adhere to semver? So far, there have been some major releases with no change in versioning. As this service
is now rolled out for multiple projects, this feels quite important.
It will give ...
nwinch
- 3
- Opened on Jul 21, 2016
- #39
the service is kinda slow in testing environment, needs some investigation
kaievns
- Opened on Jun 30, 2016
- #36
when the signIn fails due to a wrong username or wrong password, the response error actually says either wrong username
or wrong password.
this is a security vulnerability. firstly it tells the attacker ...
kaievns
- Opened on Jun 29, 2016
- #35
you re throwing 403s instead of 401s
403 - means permission denied. which means a user authentication is valid, they just try to access something above their
level, like admin features and such.
401 ...
kaievns
- Opened on Jun 28, 2016
- #34
Getting stuff like this:
permissions:
[ { entity: dd36730e-f449-4e24-9854-90905c7757f9 ,
type: purchaser },
{ entity: 31ba0784-2e6b-4679-86c1-320802d02fa2 ,
type: purchase ...
lyntco
- Opened on Dec 24, 2015
- #25
https://github.com/Prismatik/auth/blob/master/controllers/login.js returns a JWT keyed to the email. That s not
particularly secure as it ll give you access to all future accounts that use that email address. ...
moll
- 3
- Opened on Dec 8, 2015
- #23
Hey,
authDriver.update(purchaser.customerId, {
permissions: [{type: purchaser , entity: purchaser.wholesaler}]
})
Lead to:
Unhandled rejection ReqlRuntimeError: Cannot convert `undefined` with ...
moll
- 4
- Opened on Dec 5, 2015
- #22

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.