2.4.0 • Published 19 days ago

iltio v2.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
19 days ago

iltio

React, React Native, Vue, Svelte and Next.js and plugins to integrate iltio.com Authentication into any website or application.

npm install iltio

Register for your APP_TOKEN and check out the detailed documentation at iltio.com/getting-started.

React

import { Authentication } from 'iltio/react'

export function MyAuthentication() {
  return (
    <Authentication
      configuration={{ token: APP_TOKEN }}
      onSuccess={(name, token) => {
        redirect('/overview', { name })
      }}
    />
  )
}

React Native

import { Authentication } from 'iltio/native' // Requires "unstable_enablePackageExports" in metro configuration.
import { Authentication } from 'iltio/dist/native/index.js' // Fallback without exports.

export const MyForm = () => <Authentication {...} />

Vue

<script>
import Authentication from 'iltio/vue'
</script>

<template>
  <Authentication :configuration="{ token: 'demo' }" :on-success="(name) => console.log(name)" />
</template>

Svelte

<script>
  import Authentication from 'iltio/svelte'
</script>

<Authentication configuration={{ token: 'demo' }} onSuccess={(name) => console.log(name)} />
2.4.0

19 days ago

2.3.0

24 days ago

2.2.7

29 days ago

2.2.6

5 months ago

2.2.5

5 months ago

2.2.4

6 months ago

2.2.3

8 months ago

2.2.1

11 months ago

2.2.0

11 months ago

2.2.2

11 months ago

2.1.0

11 months ago

2.0.0

11 months ago

1.2.0

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago