0.0.8 • Published 8 months ago

mike-sso v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Mike SSO

Required Peer Dependencies

This library requires the following peer dependency to be installed in your application:

npm install jwt-decode

for yml


3. Verify Library Code

Ensure the library imports jwt-decode without issues. Example:

import jwtDecode from 'jwt-decode';

export class JwtService {
  decodeToken(token: string): any {
    return jwtDecode(token);
  }
}
0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.1.0

9 months ago

0.0.1

11 months ago