Skip to content

All-inclusive compornent of sso authentication.

License

Notifications You must be signed in to change notification settings

ochanoco/ninsho

Repository files navigation

ninsho

All-inclusive compornent of sso authentication.

Note that this is only for torima, so it does not support other use cases.

Go

Support platform

IdP

  • line login
    • LINE Login is a service that allows users to log in to other apps and websites using their LINE account.

Web Framework

Using our supported web framework, you can use a special extension library for them. (Alternatively, you can also implement SSO using this library without supported web frameworks.)

  • gin library
    • sso library for gin (Golang Web appication framework)

How to use

Please read examples.

To use the default configuration in the extension for gin, you also need to set the environment variables as follows:

export NINSHO_CLIENT_ID="xxxx"
export NINSHO_CLIENT_SECRET="xxxx"

# "xxxx/callback"
export NINSHO_BASE_URI="xxxx"

About

All-inclusive compornent of sso authentication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages