All Projects → CORDEA → oauth

CORDEA / oauth

Licence: Apache-2.0 License
OAuth library for nim

Programming Languages

nim
578 projects

Labels

Projects that are alternatives of or similar to oauth

mediastack
All in one Docker Compose media server
Stars: ✭ 42 (-22.22%)
Mutual labels:  oauth
legacy-api-documentation
This is the 500px API documentation.
Stars: ✭ 19 (-64.81%)
Mutual labels:  oauth
youtube-deno
A Deno client library of the YouTube Data API.
Stars: ✭ 30 (-44.44%)
Mutual labels:  oauth
phabricator-extensions
Github mirror of "phabricator/extensions" - our actual code is hosted in phabricator
Stars: ✭ 13 (-75.93%)
Mutual labels:  oauth
mastodon-api-php
PHP wrapper for the Mastodon API.
Stars: ✭ 12 (-77.78%)
Mutual labels:  oauth
github-oauth-plugin
Jenkins authentication plugin using GitHub OAuth as the source.
Stars: ✭ 97 (+79.63%)
Mutual labels:  oauth
Spotify
[READ ONLY] Subtree split of the SocialiteProviders/Spotify Provider (see SocialiteProviders/Providers)
Stars: ✭ 13 (-75.93%)
Mutual labels:  oauth
verdaccio-github-oauth-ui
📦🔐 GitHub OAuth plugin for Verdaccio
Stars: ✭ 56 (+3.7%)
Mutual labels:  oauth
WooDroid
Simple, robust Woocommerce API sdk for java and android
Stars: ✭ 77 (+42.59%)
Mutual labels:  oauth
Updoot
A reddit client built for android
Stars: ✭ 51 (-5.56%)
Mutual labels:  oauth
goth fiber
Package goth_fiber provides a simple, clean, and idiomatic way to write authentication packages for fiber framework applications.
Stars: ✭ 26 (-51.85%)
Mutual labels:  oauth
Vulnerable-OAuth-2.0-Applications
vulnerable OAuth 2.0 applications: understand the security implications of your OAuth 2.0 decisions.
Stars: ✭ 224 (+314.81%)
Mutual labels:  oauth
redux-oauth
Bearer token-based authentication library with OAuth2 support for redux applications.
Stars: ✭ 68 (+25.93%)
Mutual labels:  oauth
AzureADAuthRazorUiServiceApiCertificate
Azure AD flows using ASP.NET Core and Microsoft.Identity
Stars: ✭ 41 (-24.07%)
Mutual labels:  oauth
OpenAM
OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
Stars: ✭ 476 (+781.48%)
Mutual labels:  oauth
xing-android-sdk
The Official XING API client for Java/Android
Stars: ✭ 33 (-38.89%)
Mutual labels:  oauth
okta-api-center
Get up and running quickly with Okta's OAuth as a Service and your favorite API Gateway.
Stars: ✭ 58 (+7.41%)
Mutual labels:  oauth
MrHuo.OAuth
.netcore 下最好用的第三方登录组件集合,集成了国内外大部分平台,欢迎使用。
Stars: ✭ 152 (+181.48%)
Mutual labels:  oauth
lsso
Nginx SSO middleware for protecting your internets.
Stars: ✭ 42 (-22.22%)
Mutual labels:  oauth
Authl
A library for managing federated identity
Stars: ✭ 20 (-62.96%)
Mutual labels:  oauth

Build Status

oauth

OAuth library for nim.

OAuth is composed of two modules. Please read documentation for details.

Install

nimble install oauth

Support version

Responding to version of nim is as below.

nim version oauth version
>= v0.19.* v0.10
>= v0.18.* v0.6
>= v0.15.* v0.5
v0.14.* v0.3
v0.13.* v0.2

License

Copyright 2016-2018 Yoshihiro Tanaka

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].