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

[documentaton] token configuration #3

Open
dawadam opened this issue Jan 4, 2021 · 1 comment
Open

[documentaton] token configuration #3

dawadam opened this issue Jan 4, 2021 · 1 comment

Comments

@dawadam
Copy link

dawadam commented Jan 4, 2021

In documentation, token configuration is not present, we can create service by using directly base64 token.

let base64token = 'ABCDEFGH==';
let ls = new LuluService({
            token: base64token,
            environment: 'development'
        });
@ntegral
Copy link
Owner

ntegral commented Sep 15, 2021

Thanks

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

No branches or pull requests

2 participants