/*! * ZeroClipboard * The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a Javascr ipt interface. * Copyright (c) 2013 Jon Rohan, James M. Greene * Licensed MIT * http://www.yunpanso
Git用户开关
轻松切换git用户,电子邮件和signingKey。
安装
npm i -g git-user-switch
用法
Usage: git-user [options]
Switch git users quickly. Switches locally by default
Options:
-V, --version output the version number
-g, --global Switch global git user
-d, --dele
Ktor权限
使用身份验证功能为Ktor提供简单的路由权限。
用法
首先定义您的权限,可以是任何东西:字符串,枚举,密封类。
enum class Permission {
GLOBAL , VIEW_DATA , EDIT_DATA ,
}
接下来配置,和PermissionAuthorization功能。
data class UserSession (
val userId : String ,
val permissions : Set
) : Prin