All Projects → Clipy → Loginservicekit

Clipy / Loginservicekit

Licence: apache-2.0
Easy manage login items for macOS. Not support Sandbox application.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Loginservicekit

Fsvideoview
An easy video playback view for iOS
Stars: ✭ 14 (-82.72%)
Mutual labels:  login
Facialrecognitionlogin
An iOS and Android app that uses facial recognition to enhance the security of a login page. Built using Xamarin.Forms and Microsoft Cognitive Services.
Stars: ✭ 46 (-43.21%)
Mutual labels:  login
Splashloginsignup
Source code for the Splash, Login and Signup Screen for Android | UI to Code - Timelapse YouTube Video
Stars: ✭ 69 (-14.81%)
Mutual labels:  login
Linkedinsignin
Simple view controller to log in and retrieve an access token from LinkedIn.
Stars: ✭ 31 (-61.73%)
Mutual labels:  login
Socialite
Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.
Stars: ✭ 1,026 (+1166.67%)
Mutual labels:  login
Dnato System Login
Manage member user & login System for CodeIgniter. It's very small, secure (with notification to review activity log in, will Sent via Email) and very fast login system, 👍 with bootstrap 3 & Custom Theme.
Stars: ✭ 53 (-34.57%)
Mutual labels:  login
Mean Angular5 Passport Authentication
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
Stars: ✭ 24 (-70.37%)
Mutual labels:  login
Android
Android projects with reusable components which will be useful in your applications.
Stars: ✭ 81 (+0%)
Mutual labels:  login
Nemiro.oauth.dll
Nemiro.OAuth is a class library for authorization via OAuth protocol in .NET Framework
Stars: ✭ 45 (-44.44%)
Mutual labels:  login
Guacamole Customize Loginscreen Extension
An Apache Guacamole extension to use as a template for customizing or branding the login page.
Stars: ✭ 69 (-14.81%)
Mutual labels:  login
Craft Twofactorauthentication
Craft plugin for two-factor or two-step login using Time Based OTP.
Stars: ✭ 31 (-61.73%)
Mutual labels:  login
Nodejs Weibo Login
Nodejs模拟登录新浪微博模块
Stars: ✭ 39 (-51.85%)
Mutual labels:  login
Mern Stack Authentication
Secure MERN Stack CRUD Web Application using Passport.js Authentication
Stars: ✭ 60 (-25.93%)
Mutual labels:  login
Rxsociallib
分享登录工具库,简洁配置,可配合RxJava/RxJava2使用,支持QQ微信微博
Stars: ✭ 15 (-81.48%)
Mutual labels:  login
Dmskin Qqsignin
高仿QQ登录
Stars: ✭ 69 (-14.81%)
Mutual labels:  login
Joomla External Login
The External Login project allows Joomla! to manage external Authentication Servers
Stars: ✭ 24 (-70.37%)
Mutual labels:  login
Daily Signin
网站签到脚本
Stars: ✭ 52 (-35.8%)
Mutual labels:  login
Social Login Helper Deprecated
A simple android library to easily implement social login into your android project
Stars: ✭ 81 (+0%)
Mutual labels:  login
Realm Loginkit
A generic interface for logging in to Realm Mobile Platform apps
Stars: ✭ 70 (-13.58%)
Mutual labels:  login
Transitionbutton
UIButton sublass for loading and transition animation.
Stars: ✭ 1,124 (+1287.65%)
Mutual labels:  login

LoginServiceKit

CI Release version License: Apache-2.0 Carthage compatible SPM supported

Easy manage login items in macOS.

Usage

CocoaPods

pod 'LoginServiceKit', :git => 'https://github.com/Clipy/LoginServiceKit'

Carthage

github "Clipy/LoginServiceKit"

Example

Check exist login item

let isExistLoginItem = LoginServiceKit.isExistLoginItems() // default Bundle.main.bundlePath

or

let isExistLoginItem = LoginServiceKit.isExistLoginItems(at: Bundle.main.bundlePath)

Add login item

LoginServiceKit.addLoginItems() // default Bundle.main.bundlePath

or

LoginServiceKit.addLoginItems(at: Bundle.main.bundlePath)

Remove login item

LoginServiceKit.removeLoginItems() // default Bundle.main.bundlePath

or

LoginServiceKit.removeLoginItems(at: Bundle.main.bundlePath)

About Deprecated APIs

LoginServiceKit uses an API that has been deprecated since macOS 10.11 El Capitan. However, there is no API migration destination that meets the current specifications. Therefore, this library will be discontinued when the API used is discontinued.

See this issue for more details.

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].