Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user session management rest API endpoint #16

Closed
wants to merge 2 commits into from

Conversation

Chuhaa
Copy link

@Chuhaa Chuhaa commented May 24, 2019

Purpose

This PR contains user session management rest API endpoint.
endpoints:
GET auth/v1.2/session - view all active sessions
DELETE auth/v1.2/session -delete all active sessions.
DELETE auth/v1.2/sesion/{sessionId} - delete a particular session.

Depends on:
Add user session api core component and stub #290

<groupId>org.wso2.carbon.identity.governance</groupId>
<artifactId>org.wso2.carbon.identity.user.session</artifactId>
<scope>provided</scope>
<version>1.0.1</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the version as a property to the parent pom

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved with 78b6e0a

@pamodaaw
Copy link

pamodaaw commented Jun 11, 2019

This PR depends on wso2-extensions/identity-governance#290

@pamodaaw
Copy link

We can close this PR since the API implementations are moved to identity-api-user with the PR wso2/identity-api-user#28.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


chuhaa seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@mefarazath
Copy link
Contributor

Closing this PR since the implementation has been moved with wso2/identity-api-user#28

@mefarazath mefarazath closed this Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants