marlou knowledge base
Data
DevOps
Divers
Network
Languages
Platforms, frameworks and libs
Security
Software Engineering
Systems
Tools
Web
GitHub
Data
DevOps
Divers
Network
Languages
Platforms, frameworks and libs
Security
Software Engineering
Systems
Tools
Web
GitHub
  • Svelte

    • svelte overview
  • Vue.js

    • vue.js - overview
  • htmx

    • htmx overview
  • Node.js

    • nodejs - best practices
    • nodejs - express project structure
    • nodejs - handling errors
    • nodejs - hello world
    • nodejs - links
    • nodejs - logging
    • nodejs - mock management via expressjs
    • nodejs - module system
    • nodejs - frameworks
  • Deno

    • deno - overview
  • Angular

    • Angular
    • Angular - Migration from AngularJS
  • Angular.js

    • AngularJS - auth
      • angular modules to manage auth
      • articles on auth in angular
      • articles securing SPA
      • JWT
    • AngularJS - best practices
    • AngularJS - components
    • AngularJS - controllers
    • decorator usage in angularjs
    • Dependency Injection
    • AngularJS directives
    • AngularJS - errors and exceptions
    • AngularJS - app init
    • AngularJS - knowledge overview
    • AngularJS - lazy downloading
    • AngularJS - misc
    • AngularJS - mobile
    • AngularJs - modules
    • AngularJS - optimisation
    • AngularJS - promise
    • AngularJS - ui routing
    • AngularJS - SEO
    • AngularJS - services
    • AngularJS - $templateCache
    • AngularJS - testing
  • Play!

    • java - play - async
    • java - play - config idea
    • java - play - gestion config
    • java - play - oauth
    • java - play - pojo validation

# AngularJS - auth

# angular modules to manage auth

  • ng-token-auth email, OAuth2, account management, extensive events notification
  • satellizer email, OAuth1, OAuth2
  • angular-permission
  • ngPermission

# articles on auth in angular

  • Techniques for authentication in AngularJS applications

# articles securing SPA

  • secure-single-page-app-problem : stormpath.com

# JWT

  • Easy Angular Authentication with JSON Web Tokens : angularjs.blogspot.fr
  • Introduction to JSON Web Tokens : jwt.io

← Angular - Migration from AngularJS AngularJS - best practices →