Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycloak-proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
keycloak-proxy
Commits
c867d4db
Commit
c867d4db
authored
9 years ago
by
Rohith
Browse files
Options
Downloads
Plain Diff
Merge pull request #41 from gambol99/version_one
- shifting to version v1.0.0
parents
d36ab7cb
efba4038
Branches
Branches containing commit
Tags
v1.0.0
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
doc.go
+1
-1
1 addition, 1 deletion
doc.go
with
9 additions
and
1 deletion
CHANGELOG.md
+
8
−
0
View file @
c867d4db
#### **1.0.0 (April 8th, 2016)**
FEATURES
*
Added the /oauth/expiration controller to test for access token expiration
*
Added the /oauth/token as a helper method to display the access token
FIXES:
*
Fixed and cleaned up a few niggling issues
#### **1.0.0-rc6 (March 31th, 2016)**
...
...
This diff is collapsed.
Click to expand it.
doc.go
+
1
−
1
View file @
c867d4db
...
...
@@ -22,7 +22,7 @@ import (
const
(
prog
=
"keycloak-proxy"
version
=
"v1.0.0
-rc6
"
version
=
"v1.0.0"
author
=
"Rohith"
email
=
"gambol99@gmail.com"
description
=
"is a proxy using the keycloak service for auth and authorization"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment