Skip to content
#

auth

Here are 1,952 public repositories matching this topic...

LoicPoullain
LoicPoullain commented Jun 27, 2022

Issue

When deploying an application to a Cloud provider, the build often fails with the error foal not found because the CLI dependency is not found. When developing the app in local, it is installed as global dependency with npm install -g @foal/cli.

Solution

Include the CLI as project dev dependency when creating the app.

Files to update:

  • Packages in `packages/cli/src/gene
angular-auth-oidc-client
cedbesafilm
cedbesafilm commented Dec 7, 2021

Describe the bug
If the environment (in my case the stage environment) is not setup as a a secure origin the library break up cause of the crypto library is not in window object

To Reproduce
Steps to reproduce the behavior:

  1. A server work on http that is setup as 'insecure origin'
  2. Start the login sequence

Expected behavior
Warning on library loading that check secure or

Improve this page

Add a description, image, and links to the auth topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the auth topic, visit your repo's landing page and select "manage topics."

Learn more