3.4.5 • Published 1 year ago

iltio v3.4.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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)} />
3.4.5

1 year ago

3.4.0

1 year ago

3.2.1

1 year ago

3.2.0

1 year ago

3.4.4

1 year ago

3.4.3

1 year ago

3.4.2

1 year ago

3.4.1

1 year ago

3.3.1

1 year ago

3.3.0

1 year ago

3.1.1

1 year ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.1.0

1 year ago

3.0.1

2 years ago

3.0.5

2 years ago

3.0.0

2 years ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.7

2 years ago

2.2.6

2 years ago

2.2.5

2 years ago

2.2.4

2 years ago

2.2.3

2 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.2

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago