Skip to content

Commit 10f522a

Browse files
committedJan 4, 2020
chore: remove codellama badge
1 parent 1b74a3d commit 10f522a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ that simplifies building username and password login with [Passport](http://pass
55

66
[![Build Status](https://travis-ci.org/saintedlama/passport-local-mongoose.png?branch=master)](https://travis-ci.org/saintedlama/passport-local-mongoose)
77
[![Coverage Status](https://coveralls.io/repos/saintedlama/passport-local-mongoose/badge.png?branch=master)](https://coveralls.io/r/saintedlama/passport-local-mongoose?branch=master)
8-
[![passport-local-mongoose analyzed by Codellama.io](https://app.codellama.io/api/badges/5a04399c1b4c363a0f9427f8/fcac8d5ab6ca708f09999469b02890ce)](https://app.codellama.io/repositories/5a04399c1b4c363a0f9427f8)
98

109
## Tutorials
1110

@@ -173,14 +172,14 @@ Override default error messages by setting options.errorMessages.
173172
174173
### Hash Algorithm
175174
176-
Passport-Local Mongoose use the pbkdf2 algorithm of the node crypto library.
175+
Passport-Local Mongoose use the pbkdf2 algorithm of the node crypto library.
177176
[Pbkdf2](http://en.wikipedia.org/wiki/PBKDF2) was chosen because platform independent
178177
(in contrary to bcrypt). For every user a generated salt value is saved to make
179178
rainbow table attacks even harder.
180179
181180
### Examples
182181
183-
For a complete example implementing a registration, login and logout see the
182+
For a complete example implementing a registration, login and logout see the
184183
[login example](https://github.com/saintedlama/passport-local-mongoose/tree/master/examples/login).
185184
186185
## API Documentation

0 commit comments

Comments
 (0)