GithubHelp home page GithubHelp logo

advanced-security-in-backbone's People

Contributors

danialk avatar doron2402 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

advanced-security-in-backbone's Issues

csrf is not defined

in Index.jade, the var is set fine, but in Sessions.js it cannot retrieve the variable. Console shows:

Uncaught ReferenceError: csrf is not defined Session.js:16
XHR finished loading: "http://localhost:3000/scripts/templates/homeTemplate.html". text.js:303
XHR finished loading: "http://localhost:3000/scripts/templates/loginTemplate.html". text.js:303
XHR finished loading: "http://localhost:3000/scripts/templates/profileTemplate.html". text.js:303

Commenting it out from the headers, console then shows:

XHR finished loading: "http://localhost:3000/scripts/templates/homeTemplate.html". text.js:303
XHR finished loading: "http://localhost:3000/scripts/templates/loginTemplate.html". text.js:303
XHR finished loading: "http://localhost:3000/scripts/templates/profileTemplate.html". text.js:303
GET http://localhost:3000/session 400 (Bad Request) jquery.js:8526
XHR finished loading: "http://localhost:3000/session". jquery.js:8526
Uncaught ReferenceError: csrf is not defined Session.js:120

Requirejs

Went through the pull request. It is worth looking at.

not really an issue, but...

I start using require.js and I find it very annoying the define part, its look messy...

define([
'jquery',
'underscore',
'backbone',
'core/BaseRouter',
'views/HomeView',
'views/LoginView',
'views/ProfileView',
'models/UserModel',
'Session'
], function($, _, Backbone, BaseRouter, HomeView, LoginView, ProfileView, UserModel, Session){

so instead I've start using node.js approach of require modules

define(function(require, exports, module) {
"use strict";
var tmpObj = {};
module.exports = tmpObj;
});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.