Logo
Explore Help
Sign In
MarcoBuster/gitea
1
0
Fork 0
You've already forked gitea
mirror of https://github.com/go-gitea/gitea synced 2025-01-13 11:37:44 +01:00
Code Issues Packages Projects Releases Wiki Activity
gitea/routers/api/v1/auth.go

11 lines
227 B
Go
Raw Normal View History

Let web and API routes have different auth methods group (#19168) * remove the global methods but create dynamiclly * Fix lint * Fix windows lint * Fix windows lint * some improvements Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-03-28 12:46:28 +08:00
// Copyright 2022 The Gitea Authors. All rights reserved.
Implement FSFE REUSE for golang files (#21840) Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2022-11-27 13:20:29 -05:00
// SPDX-License-Identifier: MIT
Let web and API routes have different auth methods group (#19168) * remove the global methods but create dynamiclly * Fix lint * Fix windows lint * Fix windows lint * some improvements Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-03-28 12:46:28 +08:00
//go:build !windows
package v1
import auth_service "code.gitea.io/gitea/services/auth"
func specialAdd(group *auth_service.Group) {}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 317ms Template: 4ms
English
English Italiano
Licenses API