nathan-fiscaletti/synful

Decrease API Key bcrypt cost

Closed this issue · 1 comments

The bcrypt function for API keys is currently using cost => 11, this should decreased to 5 to improve load times.

Completed in PR #144