Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@renet-consulting/external-auth

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renet-consulting/external-auth

This library provides utils to external-auth.

  • 17.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@renet-consulting/external-auth

This library provides implicit flow, to sign in with Google and Facebook, this lib ueses nex client CDK: https://developers.facebook.com/docs/facebook-login/web https://developers.google.com/identity/sign-in/web/sign-in

Example of use

import { FacebookSigninModule, GoogleSigninModule } from '@renet-consulting/external-auth';

@NgModule({
    ...
    imports: [

        FacebookSigninModule,
        GoogleSigninModule,
    ],
    ...
})
export class SigninModule { }

Breaking changes in version 9.x

  • ExternalAuthBase renamed to ExternalAuthBaseDirective

Release v17.0.0

Converted project to Angular v17

Release v16.0.0

Converted project to Angular v16

Release v15.0.0

Converted project to Angular v15

Release v14.0.0

Converted project to Angular v14

Release v9.0.0

Converted project to Angular v9

FAQs

Package last updated on 19 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc