feathers-starter-react-redux-login-roles

Production ready starter package. Local auth, roles; React-Router auth. Easily use Feathers services with Redux.

  • 所有者: eddyystop/feathers-starter-react-redux-login-roles
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

DEPRECATED. Goodbye, adiós, au revoir, auf Wiedersehen, zàijiàn.
Time has passed this repo by. Bye!

feathers-starter-react-redux-login-roles

Production ready starter package.
Local auth, roles; React-Router auth.
Easily use Feathers services with Redux.

The goal is to support a 100% integration of Feathers and Redux,
within production quality boilerplate,
so you can focus on your app development.
A local auth UI is provided for use,
and as a working example of Feathers + Redux integration.

Requirements

  • Windows or Linux builds now working
  • Minimum node Version 6.9.0
  • npm versions (3.10.8)

Build Status

Features

  • Designed as a foundation for building commercial applications used in production.
  • Local authentication including email verification, forgotten passwords, change email, password, etc.
  • Transactional email notifications.
  • User roles for authorization, including authorization of React routes.
  • UI for user authentication and authorization.
  • Feathers DB and custom services are dispatched to Redux for 100% compatibility.
  • Async server verification for the UI, as well as client-side verification.
  • Share UI verification code between client and server.
  • Hierarchical, dynamic app configuration for server and client.
  • Logging from both server and client.

Server contains

You can swap to one or more of these databases with minor code changes:
Amazon DynamoDB,
Apache Cassandra,
ArangoDB,
Azure Table Storage,
Google Sheets
GraphQL,
LevelDB,
MariaDB,
MondoDB,
MySQL,
NeDB,
Neo4j,
SQLite,
Oracle,
OrientDB,
PostgrSQL,
Redis,
RethinkDB,
Riak,
SQL Server,

Client contains

Client build chain contains

  • Webpack
  • Babel
  • Postcss-modules
    scope CSS names locally, and export a map for rendering React components.
    (css-modules 4.7k stars)
  • Autoprefixer
    add vendor prefixes. (10.7k stars)
  • Rucksack
    a little bag of CSS superpowers, built on PostCSS. (1.5k stars)
  • Html-webpack-plugin
    simplifies creation of HTML files to serve your webpack bundles. (1.7k stars)

Motivation

A complete, working project on which you can build your own Feathers, React, Redux app.

The project contains comprehensive local authentication and authorization including user roles.

Running the starter package

npm install from root.

Linux flavors

With Webpack-dev-server:

  • npm run build:devserver on one process to start the webpack-dev-server on port 8080.
  • npm run start:devserver to start the server on port 3030.
  • Point browser to localhost:3030 to start app.

Production build:

  • npm run build.
  • npm start.
  • Point browser to localhost:3030 to start app.

Windows

Run the above commends using win:build:... and win:start:....

User authorization features accessible from icon menus on /user/signin and /app.

FAQ.

Customization of boilerplate.

Process Exit Codes.

HTTP Status Codes.

Contributing

Contribute to this repo.

Guide to ideomatic contributing.

Change Log

List of notable changes.

License

MIT. See LICENSE.

主要指标

概览
名称与所有者eddyystop/feathers-starter-react-redux-login-roles
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2016-09-13 19:10:01
推送于2018-09-26 16:01:48
最后一次提交2018-09-26 12:01:48
发布数12
最新版本名称v0.3.2 (发布于 2018-04-25 10:02:14)
第一版名称v0.0.2 (发布于 2016-09-14 11:28:44)
用户参与
星数195
关注者数12
派生数50
提交数49
已启用问题?
问题数37
打开的问题数18
拉请求数5
打开的拉请求数3
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?