Skip to content

Conversation

@Avijit-roy
Copy link

Documentation Update: Authorization Token Clarification

In the context

docs: Add proper Authorization-Token documentation in README

With this update, the authenticity factor of the API authentication has been improved with clearer documentation on the usage of the Authorization-Token.

**Changes

  • Introduced a "Authorization" section for Usage

  • Recorded the base64 encoding format: username:password – Offered an example with sample credentials

  • Added information on using the token in API requests Rationale

  • Makes it easier for new users to understand the base64 authentication process

  • Acts as example with easy accessibility

  • Enhances onboarding processes and decreases customer inquiries

  • Makes the process of authentication clear EXAMPLE PROVIDED:

Username: foo

Password: foo To enable base64 decoding, ```
UCT This way, users easily create the right Authorization Tokens without the need for guesswork.

# Documentation Update: Authorization Token Clarification
 
In the context

**docs: Add proper Authorization-Token documentation in README**

With this update, the authenticity factor of the API authentication has been improved with clearer documentation on the usage of the Authorization-Token.

**Changes
- Introduced a "Authorization" section for Usage
- Recorded the base64 encoding format: `username:password`
– Offered an example with sample credentials

- Added information on using the token in API requests
Rationale
- Makes it easier for new users to understand the base64 authentication process
- Acts as example with easy accessibility

- Enhances onboarding processes and decreases customer inquiries
- Makes the process of authentication clear
**EXAMPLE PROVIDED:**

Username: foo

Password: foo To enable base64 decoding, ```
UCT This way, users easily create the right Authorization Tokens without the need for guesswork.
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.

1 participant