Giter Club home page Giter Club logo

auth-angular's Introduction

AUTH-ANGULAR

Build Status NPM Version

The Authing Service/Provider for Angular

Auth Angular Logo

Picture Credit: Angular 5 Authentication

Angular NgModule

FEATURES

  1. Auth0 compatible.
  2. Authing compatible.
  3. RxJS Observable as the first class pattern.
  4. Out-Of-Box support for Angular Dependence Injection.

TODO

  • Make all parameter to Auth0 as the options of AuthModule.forRoot(options)

RESOURCES

Token

Auth0

Ionic & Angular

CHANGELOG

v0.4 May 2018

  1. Upgrade RxJS version from 5 to 6

v0.2 Apr 9, 2018

  1. CI by Travis & CD to NPM

v0.0 Apr 8, 2018

  1. Promote this module as a SOLO NPM module auth-angular from @chatie/app
  2. Clean Auth0 Code
  3. Clean RxJS Code

AUTHOR

Huan Li <[email protected]>

profile for zixia on Stack Exchange, a network of free, community-driven Q&A sites

COPYRIGHT & LICENSE

  • Code & Docs © 2018 Huan LI <[email protected]>
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons

auth-angular's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar greenkeeper[bot] avatar huan avatar

Watchers

 avatar  avatar  avatar

Forkers

sahadhat

auth-angular's Issues

An in-range update of @types/auth0-lock is breaking the build 🚨

The devDependency @types/auth0-lock was updated from 11.4.9 to 11.4.10.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/auth0-lock is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of brolog is breaking the build 🚨

The devDependency brolog was updated from 1.8.1 to 1.8.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

brolog is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 10 commits.

  • 7599c61 Merge pull request #86 from huan/greenkeeper/initial
  • fcba7b9 1.8.3
  • 4d79f44 Merge branch 'master' of github.com:zixia/brolog
  • 512bfd1 1.8.2
  • a05de47 Rename @zixia to @huan
  • 87a4e05 chore(package): update dependencies
  • 9e91d2f Merge pull request #81 from zixia/greenkeeper/rollup-0.64.0
  • 6f130d9 chore(package): update rollup to version 0.64.0
  • 886a213 Merge pull request #76 from zixia/greenkeeper/rollup-0.63.0
  • e548b8f chore(package): update rollup to version 0.63.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of auth0-js is breaking the build 🚨

The devDependency auth0-js was updated from 9.8.2 to 9.9.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

auth0-js is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 4 commits ahead by 4, behind by 1.

  • 6c64492 v9.9.0
  • 535484f Release 9.9.0 (#890)
  • 9b2a98f Don't use storage when inside the UNiversal Login Page (#889)
  • 789f5cb Update playground with configurable data and updated styleguide (#875)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/auth0-js is breaking the build 🚨

The devDependency @types/auth0-js was updated from 8.11.7 to 8.11.8.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/auth0-js is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Auth0 Error: Uncaught can't find relay frame

After building @chatie/app AOT by run ionic cordova build browser --prod --aot, we deploy the generated directory platforms/browser/www/ to surge.sh at chatie.surge.sh with custom domain https://app.chatie.io .

When we log in, the Auth0 Lock pop out without any problem, but after click the GitHub button, the url redirected to https://zixia.auth0.com/login/callback?code=8548437cd6296fbcf707&state=IEoicjGhOJtl5pK6dFdhrJe-Nis6jrbM and show an Error Message Uncaught can't find relay frame at the console.

The related code is hosted on Auth0.com as the following:

      onOpen: function(cb) {
        var o = "*";
        var msgTarget = isIE ? findRelay() : window.opener;
        if (!msgTarget) throw "can't find relay frame";
        function doPost(msg) {
          msg = JSON.stringify(msg);
          if (isIE) msgTarget.doPost(msg, o);
          else msgTarget.postMessage(msg, o);
        }

See Also

Error during template compile of 'AppModule' Function calls are not supported in decorators but 'AuthModule' was called.

Work without any problem when run npm run ionic:serve in @chatie/app.

However, it throws the following error messages when run npm run ionic:build --prod:

Error during template compile of 'AppModule' Function calls are not supported in decorators but 'AuthModule' was called.

See Also

An in-range update of @auth0/angular-jwt is breaking the build 🚨

The devDependency @auth0/angular-jwt was updated from 2.0.0 to 2.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@auth0/angular-jwt is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 11 commits.

  • 12a2a8f Merge pull request #547 from ceph3us/fix-umd-node
  • 83b5388 Merge pull request #568 from tharunjose/patch-1
  • 20bbd1d Merge pull request #567 from webprofusion-chrisc/patch-1
  • 39517c7 bump version
  • a7c7077 Merge pull request #572 from mattlewis92/patch-1
  • 1c76503 fix: allow any version above angular 6
  • 3adc8c2 fix: allow angular 7 peer dependency
  • 92ed1b6 Updated docs links in README.md
  • 46d1829 Avoid confusion regarding whitelist of https
  • b7be7be Workaround for UMD issues with Node in Webpack 4
  • f49719d Update README.md

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of auth0-lock is breaking the build 🚨

The devDependency auth0-lock was updated from 11.12.1 to 11.13.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

auth0-lock is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 19 commits ahead by 19, behind by 1.

  • c41afa9 v11.13.0
  • 2a99301 Merge pull request #1589 from auth0/prepare-v11.13.0
  • 1b4da1b Release v11.13.0
  • 9f93653 Merge pull request #1424 from auth0/feature-pwdless-terms
  • 296b843 rename switchTermsAcceptance to internalToggleTermsAcceptance
  • 16fe438 Update social_or_phone_number_login_screen.jsx
  • c1996e0 show checkbox
  • ec2ce1b add tests
  • de4183d Merge branch 'master' into feature-pwdless-terms
  • 2607f3b Merge pull request #1587 from auth0/feature/update-a0js
  • 66ca325 Update a0js
  • 37d5f34 Merge pull request #1566 from degrammer/fix-hosted-login-scroll-firefox
  • e5b97c8 Merge branch 'master' into fix-hosted-login-scroll-firefox
  • e5297ea Add hebrew support (#1580)
  • 6a72bfe Fixed missing scroll issue for sign up

There are 19 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

Version 10.3.2 of @types/node was just published.

Branch Build failing 🚨
Dependency @types/node
Current Version 10.3.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ng-packagr is breaking the build 🚨

The devDependency ng-packagr was updated from 4.4.0 to 4.4.5.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ng-packagr is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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.