The Wayback Machine - https://web.archive.org/web/20220411002546/https://github.com/topics/jwt-authentication
Skip to content
#

jwt-authentication

Here are 5,316 public repositories matching this topic...

Yacht
kharri1073
kharri1073 commented Sep 24, 2020

I grabbed this feature request via reddit - https://www.reddit.com/r/selfhosted/comments/iycwls/yacht_container_management_ui_alpha_is_here/g6cams8/

I want to pre-define some different sized containers (CPU, mem limits) that they can pick from and run R, Python or Julia amongst other things, but not let them have full access to making changes to the overall container definition - because they

enhancement good first issue frontend backend

DncZeus 是一个基于.NET 6 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET 6 + Entity Framework Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):
  • Updated Apr 10, 2022
  • C#

This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
  • Updated Apr 9, 2022
  • JavaScript
kamiFaka
francolamcn
francolamcn commented Jan 18, 2022
  1. ios端,点击数量或者输入邮箱时,会放大,会出现难看的滚动条~

  2. 解决方法,input的字体,调为16px,然后添加和Js,我自己调整的如下:

<script> // 禁用缩放   function addMeta() {   $('head').append('');} setTimeout(addMeta, 3000);   // 禁用双指放大   document.documentElement.addEventListener('touchstart', function (event) {  
bug good first issue question

Improve this page

Add a description, image, and links to the jwt-authentication topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jwt-authentication topic, visit your repo's landing page and select "manage topics."

Learn more