Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProxyApi
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
libraries
ProxyApi
Merge requests
!22
BREAKING: EpicClient Tests and using HttpClient inside EpicClient
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
BREAKING: EpicClient Tests and using HttpClient inside EpicClient
Issue/2259-updatePids
into
dev
Overview
0
Commits
3
Pipelines
4
Changes
28
Merged
Petar Hristov
requested to merge
Issue/2259-updatePids
into
dev
2 years ago
Overview
0
Commits
3
Pipelines
4
Changes
28
coscine/issues#2259
Edited
2 years ago
by
Petar Hristov
0
0
Merge request reports
Compare
dev
version 2
17819c2e
2 years ago
version 1
cf0ab32a
2 years ago
dev (base)
and
latest version
latest version
f5c21ac7
3 commits,
2 years ago
version 2
17819c2e
2 commits,
2 years ago
version 1
cf0ab32a
1 commit,
2 years ago
28 files
+
186
−
259
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
28
src/ProxyApi/TokenValidator/CoscineValidator.cs
+
0
−
5
View file @ f5c21ac7
Edit in single-file editor
Open in Web IDE
Show full file
using
Coscine.Configuration
;
using
Coscine.ProxyApi.Utils
;
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
Coscine.ProxyApi.TokenValidator
{
Loading