Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

userService #926

Merged
merged 1 commit into from
May 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ var config = {
badgeSubject: 'cnpm',

// custom user service, @see https://github.com/cnpm/cnpmjs.org/wiki/Use-Your-Own-User-Authorization
// when you not intend to ingegrate with your company's user system, then use null, it would
// use the default cnpm user system
userService: null,

// always-auth https://docs.npmjs.com/misc/config#always-auth
Expand Down