UNPKG

566 BJavaScriptView Raw
1// Generated by CoffeeScript 1.11.1
2(function() {
3 var crypto;
4
5 crypto = require('crypto');
6
7 module.exports = {
8 facebookPath: '/users/auth/facebook',
9 facebookCallbackPath: '/users/auth/facebook/callback',
10 loginPagePath: '/log_in',
11 signupPagePath: '/sign_up',
12 settingsPagePath: '/user/edit',
13 afterSignupPagePath: '/personalize',
14 logoutPath: '/users/sign_out',
15 userKeys: ['id', 'type', 'name', 'email', 'phone', 'lab_features', 'default_profile_id', 'has_partner_access', 'collector_level', 'recaptcha_token']
16 };
17
18}).call(this);