0.0.8 • Published 4 months ago

mike-sso v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
4 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

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.5

4 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.1.0

5 months ago

0.0.1

7 months ago