All Projects → nickredmark → Ooth

nickredmark / Ooth

Licence: mit
User identity/authentication/accounts management microservice for node.js

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ooth

Django Rest Auth
This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
Stars: ✭ 2,289 (+270.99%)
Mutual labels:  rest, authentication
Ngx Api Utils
ngx-api-utils is a lean library of utilities and helpers to quickly integrate any HTTP API (REST, Ajax, and any other) with Angular.
Stars: ✭ 92 (-85.09%)
Mutual labels:  rest, authentication
Pode
Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
Stars: ✭ 329 (-46.68%)
Mutual labels:  rest, authentication
Appy Backend
A user system to bootstrap your app.
Stars: ✭ 96 (-84.44%)
Mutual labels:  rest, authentication
Jaguar
Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
Stars: ✭ 286 (-53.65%)
Mutual labels:  rest, authentication
Flask Appbuilder
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
Stars: ✭ 3,603 (+483.95%)
Mutual labels:  rest, authentication
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (-21.88%)
Mutual labels:  rest, authentication
Devise
Flexible authentication solution for Rails with Warden.
Stars: ✭ 22,088 (+3479.9%)
Mutual labels:  authentication
Wetech Admin
wetech-admin是基于Spring Boot 2.0+Mybatis+Vue的轻量级后台管理系统,适用于中小型项目的管理后台,支持按钮级别的权限控制,系统具有最基本的用户管理、角色管理、权限管理等通用性功能,企业或个人可直接在此基础上进行开发,扩展,添加各自的需求和业务功能!
Stars: ✭ 570 (-7.62%)
Mutual labels:  authentication
Django Sesame
"Magic Links" - URLs with authentication tokens for one-click login
Stars: ✭ 533 (-13.61%)
Mutual labels:  authentication
Jikan
Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
Stars: ✭ 531 (-13.94%)
Mutual labels:  rest
Bloom
🌸 HTTP REST API caching middleware, to be used between load balancers and REST API workers.
Stars: ✭ 553 (-10.37%)
Mutual labels:  rest
Angular Auth Oidc Client
npm package for OpenID Connect, OAuth Code Flow with PKCE, Refresh tokens, Implicit Flow
Stars: ✭ 577 (-6.48%)
Mutual labels:  authentication
Scantron
A distributed nmap / masscan scanning framework complete with an API client for automation workflows
Stars: ✭ 542 (-12.16%)
Mutual labels:  rest
Rest Assured
Java DSL for easy testing of REST services
Stars: ✭ 5,646 (+815.07%)
Mutual labels:  rest
Gae Init
Google App Engine based on Python, Flask, RESTful, Bootstrap and tons of other cool features
Stars: ✭ 533 (-13.61%)
Mutual labels:  rest
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (-2.27%)
Mutual labels:  rest
Spyke
Interact with REST services in an ActiveRecord-like manner
Stars: ✭ 591 (-4.21%)
Mutual labels:  rest
Webauthn
WebAuthn (FIDO2) server library written in Go
Stars: ✭ 568 (-7.94%)
Mutual labels:  authentication
Atlassian Python Api
Atlassian Python REST API wrapper
Stars: ✭ 564 (-8.59%)
Mutual labels:  rest

OOTH - a user identity management system for node.js

Join the Slack Channel!

Sample app

Here is a live sample app built with next.js with username/password, facebook, google authentication, an accounts page.

Find the source code here.

Documentation

Check out the ultimate ooth documentation!

Development

# enter the top-level ooth directory
cd ooth

# install build dependencies (lerna)
npm install

# install dependencies for all packages
npm run bootstrap

# build all packages
npm run build

Feature requests, Bugs, Contributions, Roadmap

Start an issue.

See the project timeline.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].