Skip to content

Commit

Permalink
Merge pull request #27 from Na-o-man/fix/#26/MemberDetails-getter
Browse files Browse the repository at this point in the history
[FIX] @LoginMember 관련 동작 에러 해결
  • Loading branch information
bflykky authored Jul 30, 2024
2 parents f79b784 + 58938ce commit db874d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
package com.umc.naoman.global.security.model;

import com.umc.naoman.domain.member.entity.Member;
import lombok.Getter;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;

import java.util.Collection;
import java.util.Collections;

@Getter
public class MemberDetails implements UserDetails {
private final Member member;

Expand Down

0 comments on commit db874d3

Please sign in to comment.