Angular Token

screenshot of Angular Token
angular
rails
bootstrap

:key: Token based authentication service for Angular with interceptor and multi-user support. Works best with devise token auth for Rails. Example:

Overview:

Angular-Token is a token-based authentication service for Angular that comes with an interceptor and multi-user support. It is designed to work seamlessly with the devise token auth gem for Rails, providing a secure authentication solution for Angular applications.

Features:

  • Token-based Authentication: Enables secure user authentication using tokens.
  • Interceptor Support: Includes an interceptor for seamless integration with HTTP requests.
  • Multi-User Support: Supports authentication for multiple users.
  • Easy Integration: Works effectively with the devise token auth gem for Rails.
  • Contributors: Developed by Jan-Philipp Riethmacher and Arjen Brandenburgh.
  • License: Distributed under the MIT License for open-source usage.
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.